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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韜撰セ手 | 11101000111010011001000011101111101111101000111011101000 | e8e990efbe8ee8 |
EUC-JP | 韜撰セ手 | 1111000011101011110000001111000110001110101111101011110011101010 | f0ebc0f18ebebcea |
UTF-8 | 韜撰セ手 | 111010011001111110011100111001101001001010110000111011111011110110111110111001101000100110001011 | e99f9ce692b0efbdbee6898b |
UHC | 韜撰?手 | 11010100101101111111001110111100001111111110001010100010 | d4b7f3bc3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)