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 | 訝??厭? | 11100110011000100011111100111111100010010111110100111111 | e6623f3f897d3f |
EUC-JP | 訝??厭? | 11101011110000110011111100111111101100011101111000111111 | ebc33f3fb1de3f |
UTF-8 | 訝덌쉐厭엉 | 111010001010100010011101111010111000110110001100111011001000100110010000111001011000111010101101111011001001011110001001 | e8a89deb8d8cec8990e58eadec9789 |
UHC | 訝덌쉐厭엉 | 11100100101110001000100011101111101111011010011011100110111101001011111011111011 | e4b888efbda6e6f4befb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)