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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邑??鼇 | 100101110101011100111111001111111110101010000111 | 97573f3fea87 |
EUC-JP | 邑??鼇 | 110011011011100000111111001111111111001111100111 | cdb83f3ff3e7 |
UTF-8 | 邑듬몛鼇 | 111010011000001010010001111010111001001110101100111010111010101010011011111010011011110010000111 | e98291eb93acebaa9be9bc87 |
UHC | 邑듬몛鼇 | 1110101111101001101101011110101110010001100010011110100010101000 | ebe9b5eb9189e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)