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 | 櫻???ぢ | 10011111010011100011111100111111001111111000001011000000 | 9f4e3f3f3f82c0 |
EUC-JP | 櫻???ぢ | 11011101101011110011111100111111001111111010010011000010 | ddaf3f3f3fa4c2 |
UTF-8 | 櫻쇠쓮溜ぢ | 111001101010101110111011111011001000011110100000111011001001001110101110111011111010011110001011111000111000000110100010 | e6abbbec87a0ec93aeefa78be381a2 |
UHC | 櫻쇠쓮溜ぢ | 11100101101000011011110011101000100111011000111011101010111111101010101011000010 | e5a1bce89d8eeafeaac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)