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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邀??控B | 11100111101100010011111100111111100011010101010001000010 | e7b13f3f8d5442 |
EUC-JP | 邀??控B | 11101110101100110011111100111111101110011011010101000010 | eeb33f3fb9b542 |
UTF-8 | 邀닸솮控B | 11101001100000101000000011101011100010111011100011101100100001101010111011100110100011101010011101000010 | e98280eb8bb8ec86aee68ea742 |
UHC | 邀닸솮控B | 111010011010110110110100111001101001100110100100110011011111001101000010 | e9adb4e699a4cdf342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)