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 | »¸× | 10001111101110111011100011010111 | 8fbbb8d7 |
SJIS-WIN | ???× | 0011111100111111001111111000000101111110 | 3f3f3f817e |
EUC-JP | ??¸× | 00111111001111111000111110100010101100011010000111011111 | 3f3f8fa2b1a1df |
UTF-8 | »¸× | 1100001010001111110000101011101111000010101110001100001110010111 | c28fc2bbc2b8c397 |
UHC | ??¸× | 001111110011111110100010101011001010000110111111 | 3f3fa2aca1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)