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 | 蕈」閼帶 | 11100100111111001010001111101000100001001001101111100110 | e4fca3e8849be6 |
EUC-JP | 蕈」閼帶 | 1110100011111110100011101010001111101111111001001101011011101000 | e8fe8ea3efe4d6e8 |
UTF-8 | 蕈」閼帶 | 111010001001010110001000111011111011110110100011111010011001011010111100111001011011100010110110 | e89588efbda3e996bce5b8b6 |
UHC | ??閼帶 | 001111110011111111100100110110011101001111100001 | 3f3fe4d9d3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)