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 | 鬆冗ォコ閠 | 1110100110100000100011111110011110101011101110101110100010000000 | e9a08fe7abbae880 |
EUC-JP | 鬆冗ォコ閠 | 11110010101000101011111011101001100011101010101110001110101110101110111111100000 | f2a2bee98eab8ebaefe0 |
UTF-8 | 鬆冗ォコ閠 | 111010011010110010000110111001011000011010010111111011111011110110101011111011111011110110111010111010011001011010100000 | e9ac86e58697efbdabefbdbae996a0 |
UHC | ?冗??? | 001111111110100110110111001111110011111100111111 | 3fe9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)