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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊攀? | 1110101010001110100111011011001100111111 | ea8e9db33f |
EUC-JP | 齊攀? | 1111001111101110110110101011010100111111 | f3eedab53f |
UTF-8 | 齊攀튑 | 111010011011110110001010111001101001010010000000111011011000101010010001 | e9bd8ae69480ed8a91 |
UHC | 齊攀튑 | 111100001011101011011010111001111100011010100111 | f0badae7c6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)