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 | ??c? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | 項fc? | 100011011000000010000010100001100110001100111111 | 8d808286633f |
EUC-JP | 項fc? | 101110011110000010100011111001100110001100111111 | b9e0a3e6633f |
UTF-8 | 項fc덂 | 11101001101000001000010111101111101111011000011001100011111010111000110110000010 | e9a085efbd8663eb8d82 |
UHC | 項fc덂 | 11111010101000111010001111100110011000111000100011100101 | faa3a3e66388e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)