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 | ???洵▼? | 0011111100111111001111111001111110101011100000011010010100111111 | 3f3f3f9fab81a53f |
EUC-JP | ???洵▼? | 0011111100111111001111111101111010101101101000101010011100111111 | 3f3f3fdeada2a73f |
UTF-8 | 烈ㅺ퍏洵▼ㄽ | 111011111010011010011111111000111000010110111010111011011000110110001111111001101011010010110101111000101001011010111100111000111000010010111101 | efa69fe385baed8d8fe6b4b5e296bce384bd |
UHC | 烈ㅺ퍏洵▼ㄽ | 111001101110111110100100111010101011101110000110111000101110011110100001111001011010010010101101 | e6efa4eabb86e2e7a1e5a4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)