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 | 셔렣렽롌렽섄셔 | 111011001000010110010100111010111010000010100011111010111010000010111101111010111010000110001100111010111010000010111101111011001000010010000100111011001000010110010100 | ec8594eba0a3eba0bdeba18ceba0bdec8484ec8594 |
UHC | 셔렣렽롌렽섄셔 | 1011110011000101100011101011010010001110110001011000111011010010100011101100010110111100101010011011110011000101 | bcc58eb48ec58ed28ec5bca9bcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)