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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??唯②? | 111010100101111100111111001111111001011101000010100001110100000100111111 | ea5f3f3f974287413f |
EUC-JP | 鸚??唯?? | 1111001111000000001111110011111111001101101000110011111100111111 | f3c03f3fcda33f3f |
UTF-8 | 鸚쒓퍔唯②돞 | 111010011011100010011010111011001001001010010011111011011000110110010100111001011001010010101111111000101001000110100001111010111000111110011110 | e9b89aec9293ed8d94e594afe291a1eb8f9e |
UHC | 鸚쒓퍔唯②돞 | 111001011010010010011100111010101011101110001011111010101110011010101000111010001000100110100100 | e5a49ceabb8beae6a8e889a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)