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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ???癰BF | 00111111001111110011111111100001100111100100001001000110 | 3f3f3fe19e4246 |
EUC-JP | ??獒癰BF | 001111110011111110001111110010111011101111100001111111100100001001000110 | 3f3f8fcbbbe1fe4246 |
UTF-8 | 뤯훽獒癰BF | 1110101110100100101011111110110110011011101111011110011110001101100100101110011110011001101100000100001001000110 | eba4afed9bbde78d92e799b04246 |
UHC | 뤯훽獒癰BF | 10001111110111011100100011010010111010001010001111101000101110010100001001000110 | 8fddc8d2e8a3e8b94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)