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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 셈롛뤰탮ㅌ씔쩈 | 111011001000010110001000111010111010000110011011111010111010010010110000111011011000001110101110111000111000010110001100111011001001010010010100111011001010100110001000 | ec8588eba19beba4b0ed83aee3858cec9494eca988 |
UHC | 셈롛뤰탮ㅌ씔쩈 | 1011110011000000100011101101111110001111110111101011010110001110101001001011110010111110101111001010010101000010 | bcc08edf8fdeb58ea4bcbebca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)