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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 耀??躍?B | 1001011101110011001111110011111110010110111101000011111101000010 | 97733f3f96f43f42 |
EUC-JP | 耀??躍?B | 1100110111010100001111110011111111001100111101100011111101000010 | cdd43f3fccf63f42 |
UTF-8 | 耀띹댒躍쵢B | 11101000100000001000000011101011100111011011100111101011100011001001001011101000101110101000110111101100101101011010001001000010 | e88080eb9db9eb8c92e8ba8decb5a242 |
UHC | 耀띹댒躍쵢B | 1110100110100101100011011110100010001000101110011110010110111000101011010100001001000010 | e9a58de888b9e5b8ad4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)