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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鈺ユ?B | 111110111100010010000011100001100011111101000010 | fbc483863f42 |
EUC-JP | 鈺ユ?B | 10001111111000111101010110100101111001100011111101000010 | 8fe3d5a5e63f42 |
UTF-8 | 鈺ユ츝B | 11101001100010001011101011100011100000111010011011101100101110001001110101000010 | e988bae383a6ecb89d42 |
UHC | 鈺ユ츝B | 11101000101011011010101111100110101011101001011001000010 | e8adabe6ae9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)