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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?嗜煉 | 0011111110011010011011101001011111111001 | 3f9a6e97f9 |
EUC-JP | 邕嗜煉 | 10001111111000011110110111010011110011111100111011111011 | 8fe1edd3cfcefb |
UTF-8 | 邕嗜煉 | 111010011000001010010101111001011001011110011100111001111000010110001001 | e98295e5979ce78589 |
UHC | 邕嗜煉 | 111010001011101111010000111011101101011010100001 | e8bbd0eed6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)