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 | 腺碑嫡 | 100100010100001010010100111010001001001010000100 | 914294e89284 |
EUC-JP | 腺碑嫡 | 110000011010001111001000111010101100001111100100 | c1a3c8eac3e4 |
UTF-8 | 腺碑嫡 | 111010001000010110111010111001111010001010010001111001011010101110100001 | e885bae7a291e5aba1 |
UHC | 腺碑嫡 | 111000001100110111011101111110001110111011010101 | e0cdddf8eed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)