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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蕈」閼帶瘉B | 11100100111111001010001111101000100001001001101111100110111000011000100001000010 | e4fca3e8849be6e18842 |
EUC-JP | 蕈」閼帶瘉B | 1110100011111110100011101010001111101111111001001101011011101000111000011110100001000010 | e8fe8ea3efe4d6e8e1e842 |
UTF-8 | 蕈」閼帶瘉B | 11101000100101011000100011101111101111011010001111101001100101101011110011100101101110001011011011100111100110001000100101000010 | e89588efbda3e996bce5b8b6e7988942 |
UHC | ??閼帶?B | 0011111100111111111001001101100111010011111000010011111101000010 | 3f3fe4d9d3e13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)