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 | 隘??雙? | 11101000101001010011111100111111100110011101010000111111 | e8a53f3f99d43f |
EUC-JP | 隘??雙? | 11110000101001110011111100111111110100101101011000111111 | f0a73f3fd2d63f |
UTF-8 | 隘딇뢘雙뒇 | 111010011001101010011000111010111001010010000111111010111010001010011000111010011001101110011001111010111001001010000111 | e99a98eb9487eba298e99b99eb9287 |
UHC | 隘딇뢘雙뒇 | 11100100111101101000101011101101100011110101001111100100101010101000101010000101 | e4f68aed8f53e4aa8a85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)