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 | 寃???? | 100110111000001100111111001111110011111100111111 | 9b833f3f3f3f |
EUC-JP | 寃???? | 110101011110001100111111001111110011111100111111 | d5e33f3f3f3f |
UTF-8 | 寃띠렫쿠륑 | 111001011010111110000011111010111001110110100000111010111010000010101011111011001011111110100000111010111010010110010001 | e5af83eb9da0eba0abecbfa0eba591 |
UHC | 寃띠렫쿠륑 | 11101010101100101011011011101100100011101011100111000100111011011011011111111000 | eab2b6ec8eb9c4edb7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)