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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 朕?朕?B | 10010010101111010011111110010010101111010011111101000010 | 92bd3f92bd3f42 |
EUC-JP | 朕?朕?B | 11000100101111110011111111000100101111110011111101000010 | c4bf3fc4bf3f42 |
UTF-8 | 朕셀朕셀B | 11100110100111001001010111101100100001011000000011100110100111001001010111101100100001011000000001000010 | e69c95ec8580e69c95ec858042 |
UHC | 朕셀朕셀B | 111100101111100110111100101111111111001011111001101111001011111101000010 | f2f9bcbff2f9bcbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)