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 | 莉也矯蝌 | 1110010010111011100101101110011110001011101110001110010110011000 | e4bb96e78bb8e598 |
EUC-JP | 莉也矯蝌 | 1110100010111101110011001110100110110110101110101110100111111000 | e8bdcce9b6bae9f8 |
UTF-8 | 莉也矯蝌 | 111010001000111010001001111001001011100110011111111001111001111110101111111010001001110110001100 | e88e89e4b99fe79fafe89d8c |
UHC | 莉也矯? | 11010111111010011110010110100101110011101110110000111111 | d7e9e5a5ceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)