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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 掠뗰퐡鱗닸쐣 | 111011111010010110110101111010111001011110110000111011011001000010100001111011111010011110110010111010111000101110111000111011001001000010100011 | efa5b5eb97b0ed90a1efa7b2eb8bb8ec90a3 |
UHC | 掠뗰퐡鱗닸쐣 | 111001011011000110001011111011111011110110001010111011001110011110110100111001101001110010001001 | e5b18befbd8aece7b4e69c89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)