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 | 齊峯? | 1110101010001110100101011111010100111111 | ea8e95f53f |
EUC-JP | 齊峯? | 1111001111101110110010101111011100111111 | f3eecaf73f |
UTF-8 | 齊峯깃 | 111010011011110110001010111001011011001110101111111010101011100110000011 | e9bd8ae5b3afeab983 |
UHC | 齊峯깃 | 111100001011101011011100111001111011000111101010 | f0badce7b1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)