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 | 鞜ス螽ッ蟯 | 1110100011011111101111011110010110101000101011111110010110110010 | e8dfbde5a8afe5b2 |
EUC-JP | 鞜ス螽ッ蟯 | 11110000111000011000111010111101111010101010101010001110101011111110101010110100 | f0e18ebdeaaa8eafeab4 |
UTF-8 | 鞜ス螽ッ蟯 | 111010011001111010011100111011111011110110111101111010001001111010111101111011111011110110101111111010001001111110101111 | e99e9cefbdbde89ebdefbdafe89faf |
UHC | ????蟯 | 001111110011111100111111001111111110100110101000 | 3f3f3f3fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)