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 | ø_ | 10010010111110001000101101011111 | 92f88b5f |
SJIS-WIN | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
EUC-JP | ?ø?_ | 001111111000111110101001110011000011111101011111 | 3f8fa9cc3f5f |
UTF-8 | ø_ | 11000010100100101100001110111000110000101000101101011111 | c292c3b8c28b5f |
UHC | ?ø?_ | 0011111110101001101010100011111101011111 | 3fa9aa3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)