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 | 韜撰セ願 | 11101000111010011001000011101111101111101000101011101000 | e8e990efbe8ae8 |
EUC-JP | 韜撰セ願 | 1111000011101011110000001111000110001110101111101011010011101010 | f0ebc0f18ebeb4ea |
UTF-8 | 韜撰セ願 | 111010011001111110011100111001101001001010110000111011111011110110111110111010011010000110011000 | e99f9ce692b0efbdbee9a198 |
UHC | 韜撰?願 | 11010100101101111111001110111100001111111110101011000011 | d4b7f3bc3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)