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 | 荳ケ陲冶∮蜑 | 1110010010111000101110011110100010100010100101101110100010000111100100111110010110001001 | e4b8b9e8a296e88793e589 |
EUC-JP | 荳ケ陲冶?蜑 | 1110100010111010100011101011100111110000101001001100110011101010001111111110100111101001 | e8ba8eb9f0a4ccea3fe9e9 |
UTF-8 | 荳ケ陲冶∮蜑 | 111010001000110110110011111011111011110110111001111010011001100110110010111001011000011010110110111000101000100010101110111010001001110010010001 | e88db3efbdb9e999b2e586b6e288aee89c91 |
UHC | 荳??冶∮? | 110101001110010100111111001111111110010110100111101000101011000100111111 | d4e53f3fe5a7a2b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)