To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??諸\ | 0011111100111111100011111001010001011100 | 3f3f8f945c |
EUC-JP | ??諸\ | 0011111100111111101111011111010001011100 | 3f3fbdf45c |
UTF-8 | 롇롐諸\ | 11101011101000011000011111101011101000011001000011101000101010111011100001011100 | eba187eba190e8abb85c |
UHC | 롇롐諸\ | 10001110110011011000111011010110111100001011001101011100 | 8ecd8ed6f0b35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)