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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 齊?????B | 1110101010001110001111110011111100111111001111110011111101000010 | ea8e3f3f3f3f3f42 |
EUC-JP | 齊?????B | 1111001111101110001111110011111100111111001111110011111101000010 | f3ee3f3f3f3f3f42 |
UTF-8 | 齊꿱렭렰了렰B | 11101001101111011000101011101010101111111011000111101011101000001010110111101011101000001011000011101111101001101011101011101011101000001011000001000010 | e9bd8aeabfb1eba0adeba0b0efa6baeba0b042 |
UHC | 齊꿱렭렰了렰B | 11110000101110101011001011101000100011101011101010001110101111011110100011100111100011101011110101000010 | f0bab2e88eba8ebde8e78ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)