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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淨???雋 | 10011111110001000011111100111111001111111110100010110010 | 9fc43f3f3fe8b2 |
EUC-JP | 淨???雋 | 11011110110001100011111100111111001111111111000010110100 | dec63f3f3ff0b4 |
UTF-8 | 淨렞渽렜雋 | 111001101011011110101000111010111010000010011110111001101011100010111101111010111010000010011100111010011001101110001011 | e6b7a8eba09ee6b8bdeba09ce99b8b |
UHC | 淨렞渽렜雋 | 11101111111001001000111010101111111011101010101010001110101011101111000111100110 | efe48eafeeaa8eaef1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)