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 | 除???? | 100011111001110000111111001111110011111100111111 | 8f9c3f3f3f3f |
EUC-JP | 除???? | 101111011111110000111111001111110011111100111111 | bdfc3f3f3f3f |
UTF-8 | 除쾅렪렩理 | 111010011001100110100100111011001011111010000101111010111010000010101010111010111010000010101001111011111010011110100100 | e999a4ecbe85eba0aaeba0a9efa7a4 |
UHC | 除쾅렪렩理 | 11110000101101101100010011100111100011101011100010001110101101111110110010110101 | f0b6c4e78eb88eb7ecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)