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 | ???惟? | 001111110011111100111111100010001101001000111111 | 3f3f3f88d23f |
EUC-JP | ???惟? | 001111110011111100111111101100001101010000111111 | 3f3f3fb0d43f |
UTF-8 | 알롌렳惟렏 | 111011001001010110001100111010111010000110001100111010111010000010110011111001101000001110011111111010111010000010001111 | ec958ceba18ceba0b3e6839feba08f |
UHC | 알롌렳惟렏 | 10111110110010111000111011010010100011101100000011101010111011101000111010100101 | becb8ed28ec0eaee8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)