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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鰲ヤ齊シ | 111010011110000011010100111010101000111010111100 | e9e0d4ea8ebc |
EUC-JP | 鰲ヤ齊シ | 1111001011100010100011101101010011110011111011101000111010111100 | f2e28ed4f3ee8ebc |
UTF-8 | 鰲ヤ齊シ | 111010011011000010110010111011111011111010010100111010011011110110001010111011111011110110111100 | e9b0b2efbe94e9bd8aefbdbc |
UHC | 鰲?齊? | 111010001010011100111111111100001011101000111111 | e8a73ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)