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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 睛校?? | 111000011100101110001101010110100011111100111111 | e1cb8d5a3f3f |
EUC-JP | 睛校?? | 111000101100110110111001101110110011111100111111 | e2cdb9bb3f3f |
UTF-8 | 睛校렓렧 | 111001111001110110011011111001101010000010100001111010111010000010010011111010111010000010100111 | e79d9be6a0a1eba093eba0a7 |
UHC | 睛校렓렧 | 1110111111101100110011101110100010001110101010001000111010110110 | efeccee88ea88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)