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 | 渼嫉燁 | 111110110100100110001110101110011111101101011001 | fb498eb9fb59 |
EUC-JP | 渼嫉燁 | 1000111111000111111100001011110010111011100011111100101010110011 | 8fc7f0bcbb8fcab3 |
UTF-8 | 渼嫉燁 | 111001101011100010111100111001011010101110001001111001111000011110000001 | e6b8bce5ab89e78781 |
UHC | 渼嫉燁 | 110110101011010011110010111011001110011110100111 | dab4f2ece7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)