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 | äËô×B | 1110010011001011111101001101011101000010 | e4cbf4d742 |
SJIS-WIN | ???×B | 001111110011111100111111100000010111111001000010 | 3f3f3f817e42 |
EUC-JP | äËô×B | 100011111010101110100011100011111010101010110011100011111010101111010100101000011101111101000010 | 8faba38faab38fabd4a1df42 |
UTF-8 | äËô×B | 110000111010010011000011100010111100001110110100110000111001011101000010 | c3a4c38bc3b4c39742 |
UHC | ???×B | 001111110011111100111111101000011011111101000010 | 3f3f3fa1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)