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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 郛コ迹壽侍隍 | 1110011110111100101110101110011110010001100110101110011010001110100110001110100010100100 | e7bcbae7919ae68e98e8a4 |
EUC-JP | 郛コ迹壽侍隍 | 111011101011111010001110101110101110110111110001110101001110100010111011111110001111000010100110 | eebe8ebaedf1d4e8bbf8f0a6 |
UTF-8 | 郛コ迹壽侍隍 | 111010011000001110011011111011111011110110111010111010001011111110111001111001011010001110111101111001001011111010001101111010011001101010001101 | e9839befbdbae8bfb9e5a3bde4be8de99a8d |
UHC | ??迹壽侍隍 | 00111111001111111110111011101001111000011111100011100011101101001111110011011011 | 3f3feee9e1f8e3b4fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)