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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疋?至? | 100101010100010000111111100011101000101000111111 | 95443f8e8a3f |
EUC-JP | 疋?至? | 110010011010010100111111101110111110101000111111 | c9a53fbbea3f |
UTF-8 | 疋렏至렡 | 111001111001011010001011111010111010000010001111111010001000011110110011111010111010000010100001 | e7968beba08fe887b3eba0a1 |
UHC | 疋렏至렡 | 1111100110110101100011101010010111110010101110001000111010110010 | f9b58ea5f2b88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)