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 | 雕晏彫 | 111010001011100010011101111001011001001010100100 | e8b89de592a4 |
EUC-JP | 雕晏彫 | 111100001011101011011010111001111100010010100110 | f0badae7c4a6 |
UTF-8 | 雕晏彫 | 111010011001101110010101111001101001100110001111111001011011110110101011 | e99b95e6998fe5bdab |
UHC | 雕晏彫 | 111100001110011111100100110011111111000011000001 | f0e7e4cff0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)