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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???宜▼? | 0011111100111111001111111000101101011000100000011010010100111111 | 3f3f3f8b5881a53f |
EUC-JP | ???宜▼? | 0011111100111111001111111011010110111001101000101010011100111111 | 3f3f3fb5b9a2a73f |
UTF-8 | 囹덈뿥宜▼ㄾ | 111011111010011010101001111010111000110110001000111010111011111110100101111001011010111010011100111000101001011010111100111000111000010010111110 | efa6a9eb8d88ebbfa5e5ae9ce296bce384be |
UHC | 囹덈뿥宜▼ㄾ | 111001111010101010001000111010111001011110100101111010111111000110100001111001011010010010101110 | e7aa88eb97a5ebf1a1e5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)