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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 繹ょ?B | 111000111000100010000010111001010011111101000010 | e38882e53f42 |
EUC-JP | 繹ょ?B | 111001011110100010100100111001110011111101000010 | e5e8a4e73f42 |
UTF-8 | 繹ょ걣B | 11100111101110011011100111100011100000101000011111101010101100011010001101000010 | e7b9b9e38287eab1a342 |
UHC | 繹ょ걣B | 11100110101110101010101011100111100000011000110001000010 | e6baaae7818c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)