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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ??亭BF | 001111110011111110010010111000000100001001000110 | 3f3f92e04246 |
EUC-JP | ??亭BF | 001111110011111111000100111000100100001001000110 | 3f3fc4e24246 |
UTF-8 | 롔뤗亭BF | 1110101110100001100101001110101110100100100101111110010010111010101011010100001001000110 | eba194eba497e4baad4246 |
UHC | 롔뤗亭BF | 1000111011011000100011111100011111101111110011010100001001000110 | 8ed88fc7efcd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)