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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊槃? | 1110101010001110100111101100111100111111 | ea8e9ecf3f |
EUC-JP | 齊槃? | 1111001111101110110111001101000100111111 | f3eedcd13f |
UTF-8 | 齊槃렜 | 111010011011110110001010111001101010011110000011111010111010000010011100 | e9bd8ae6a783eba09c |
UHC | 齊槃렜 | 111100001011101011011010111010011000111010101110 | f0badae98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)