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 | 游???曜 | 10011111111000000011111100111111001111111001011101101010 | 9fe03f3f3f976a |
EUC-JP | 游???曜 | 11011110111000100011111100111111001111111100110111001011 | dee23f3f3fcdcb |
UTF-8 | 游쭸렪렫曜 | 111001101011100010111000111011001010110110111000111010111010000010101010111010111010000010101011111001101001101110011100 | e6b8b8ecadb8eba0aaeba0abe69b9c |
UHC | 游쭸렪렫曜 | 11101010111111011100001011100110100011101011100010001110101110011110100011111000 | eafdc2e68eb88eb9e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)