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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??琰 | 0011111100111111100011111100110010110100 | 3f3f8fccb4 |
UTF-8 | 롅렏琰 | 111010111010000110000101111010111010000010001111111001111001000010110000 | eba185eba08fe790b0 |
UHC | 롅렏琰 | 100011101100101110001110101001011110011011111100 | 8ecb8ea5e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)