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 | ??‥?? | 001111110011111110000001011001000011111100111111 | 3f3f81643f3f |
EUC-JP | 艅?‥?? | 1000111111010110111111010011111110100001110001010011111100111111 | 8fd6fd3fa1c53f3f |
UTF-8 | 艅덈‥栒걇 | 111010001000100110000101111010111000110110001000111000101000000010100101111001101010000010010010111010101011000110000111 | e88985eb8d88e280a5e6a092eab187 |
UHC | 艅덈‥栒걇 | 11100110101010011000100011101011101000011010010111100010111000111000000101101111 | e6a988eba1a5e2e3816f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)