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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逸?逸?^ | 10001000111011010011111110001000111011010011111101011110 | 88ed3f88ed3f5e |
EUC-JP | 逸?逸?^ | 10110000111011110011111110110000111011110011111101011110 | b0ef3fb0ef3f5e |
UTF-8 | 逸잻逸잻^ | 11101001100000001011100011101100100111101011101111101001100000001011100011101100100111101011101101011110 | e980b8ec9ebbe980b8ec9ebb5e |
UHC | 逸잻逸잻^ | 111011001110111110100000010001001110110011101111101000000100010001011110 | ecefa044ecefa0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)