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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裔??飮? | 11100101111000010011111100111111100111110101101000111111 | e5e13f3f9f5a3f |
EUC-JP | 裔??飮? | 11101010111000110011111100111111110111011011101100111111 | eae33f3fddbb3f |
UTF-8 | 裔꾠끉飮퀯 | 111010001010001110010100111010101011111010100000111010111000000110001001111010011010001110101110111011011000000010101111 | e8a394eabea0eb8189e9a3aeed80af |
UHC | 裔꾠끉飮퀯 | 11100111111000001000010011100011100001011011110011101011111001101011010001000010 | e7e084e385bcebe6b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)