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 | 蟾ス蜈カ襠檻 | 11100101101101111011110111100101100001011011011011100101111110111001111101000010 | e5b7bde585b6e5fb9f42 |
EUC-JP | 蟾ス蜈カ襠檻 | 111010101011100110001110101111011110100111100101100011101011011011101010111111011101110110100011 | eab98ebde9e58eb6eafddda3 |
UTF-8 | 蟾ス蜈カ襠檻 | 111010001001111110111110111011111011110110111101111010001001110010001000111011111011110110110110111010001010010110100000111001101010101010111011 | e89fbeefbdbde89c88efbdb6e8a5a0e6aabb |
UHC | 蟾?蜈??檻 | 111000001110101000111111111010001010010100111111001111111111100111100011 | e0ea3fe8a53f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)