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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淅林輦 | 100111111100011010010111110100011110011101110010 | 9fc697d1e772 |
EUC-JP | 淅林輦 | 110111101100100011001110110100111110110111010011 | dec8ced3edd3 |
UTF-8 | 淅林輦 | 111001101011011110000101111001101001111010010111111010001011110010100110 | e6b785e69e97e8bca6 |
UHC | 淅林輦 | 111000001011001011010111111110011101011010100110 | e0b2d7f9d6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)