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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 顆漆鴒漆B | 111010001111011110001110101111011110100111110111100011101011110101000010 | e8f78ebde9f78ebd42 |
EUC-JP | 顆漆鴒漆B | 111100001111100110111100101111111111001011111001101111001011111101000010 | f0f9bcbff2f9bcbf42 |
UTF-8 | 顆漆鴒漆B | 11101001101000011000011011100110101111001000011011101001101101001001001011100110101111001000011001000010 | e9a186e6bc86e9b492e6bc8642 |
UHC | 顆漆?漆B | 1100111010101000111101101101010000111111111101101101010001000010 | cea8f6d43ff6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)