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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???兪 | 0011111100111111001111111001100101100000 | 3f3f3f9960 |
EUC-JP | ???兪 | 0011111100111111001111111101000111000001 | 3f3f3fd1c1 |
UTF-8 | 알롌렳兪 | 111011001001010110001100111010111010000110001100111010111010000010110011111001011000010110101010 | ec958ceba18ceba0b3e585aa |
UHC | 알롌렳兪 | 1011111011001011100011101101001010001110110000001110101011100100 | becb8ed28ec0eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)