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 | ???裕ヨ? | 0011111100111111001111111001011101010100100000111000100000111111 | 3f3f3f975483883f |
EUC-JP | ???裕ヨ? | 0011111100111111001111111100110110110101101001011110100000111111 | 3f3f3fcdb5a5e83f |
UTF-8 | 嶺뚭봇裕ヨ껜 | 111011111010011010101011111010111001101010101101111010111011010010000111111010001010001110010101111000111000001110101000111010101011101110011100 | efa6abeb9aadebb487e8a395e383a8eabb9c |
UHC | 嶺뚭봇裕ヨ껜 | 111001111010110110001100111010101011101010111111111010111010111010101011111010001011001010110100 | e7ad8ceababfebaeabe8b2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)