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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雋碑ご褻撮 | 11101000101100101001010011101000100000101011001011100101111101101000111001000010 | e8b294e882b2e5f68e42 |
EUC-JP | 雋碑ご褻撮 | 11110000101101001100100011101010101001001011010011101010111110001011101110100011 | f0b4c8eaa4b4eaf8bba3 |
UTF-8 | 雋碑ご褻撮 | 111010011001101110001011111001111010001010010001111000111000000110010100111010001010010010111011111001101001001010101110 | e99b8be7a291e38194e8a4bbe692ae |
UHC | 雋碑ご褻撮 | 11110001111001101101110111111000101010101011010011100000111000011111010111001001 | f1e6ddf8aab4e0e1f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)