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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??一? | 11100001100111110011111100111111100010001110101000111111 | e19f3f3f88ea3f |
EUC-JP | 癲??一? | 11100010101000010011111100111111101100001110110000111111 | e2a13f3fb0ec3f |
UTF-8 | 癲뚣깺一즏 | 111001111001100110110010111010111001101010100011111010101011100110111010111001001011100010000000111011001010011010001111 | e799b2eb9aa3eab9bae4b880eca68f |
UHC | 癲뚣깺一즏 | 11101111101001101000110011100011100000111010011011101100111010011010001101011010 | efa68ce383a6ece9a35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)