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 | 11100101100001111001110011100110101110011011111101000010 | e5879ce6b9bf42 |
EUC-JP | 蜃懈ケソB | 111010011110011111011000111010001000111010111001100011101011111101000010 | e9e7d8e88eb98ebf42 |
UTF-8 | 蜃懈ケソB | 11101000100111001000001111100110100001111000100011101111101111011011100111101111101111011011111101000010 | e89c83e68788efbdb9efbdbf42 |
UHC | 蜃懈??B | 11100011111100011111101010101011001111110011111101000010 | e3f1faab3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)