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 | 淨?帝 | 1001111111000100001111111001001011101001 | 9fc43f92e9 |
EUC-JP | 淨?帝 | 1101111011000110001111111100010011101011 | dec63fc4eb |
UTF-8 | 淨렞帝 | 111001101011011110101000111010111010000010011110111001011011100010011101 | e6b7a8eba09ee5b89d |
UHC | 淨렞帝 | 111011111110010010001110101011111111000010101000 | efe48eaff0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)