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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鴦???F | 111010011111000100111111001111110011111101000110 | e9f13f3f3f46 |
EUC-JP | 鴦???F | 111100101111001100111111001111110011111101000110 | f2f33f3f3f46 |
UTF-8 | 鴦꾆쇰떔F | 11101001101101001010011011101010101111101000011011101100100001111011000011101011100101101001010001000110 | e9b4a6eabe86ec87b0eb969446 |
UHC | 鴦꾆쇰떔F | 111001001110110010000100110011101011110011101011100010111010101001000110 | e4ec84cebceb8baa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)