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 | 蟾ス蜈カ譚檻 | 11100101101101111011110111100101100001011011011011100110100111011001111101000010 | e5b7bde585b6e69d9f42 |
EUC-JP | 蟾ス蜈カ譚檻 | 111010101011100110001110101111011110100111100101100011101011011011101011111111011101110110100011 | eab98ebde9e58eb6ebfddda3 |
UTF-8 | 蟾ス蜈カ譚檻 | 111010001001111110111110111011111011110110111101111010001001110010001000111011111011110110110110111010001010110110011010111001101010101010111011 | e89fbeefbdbde89c88efbdb6e8ad9ae6aabb |
UHC | 蟾?蜈?譚檻 | 11100000111010100011111111101000101001010011111111010011110010011111100111100011 | e0ea3fe8a53fd3c9f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)