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 | ????「 | 001111110011111100111111001111111000000101110101 | 3f3f3f3f8175 |
EUC-JP | ????「 | 001111110011111100111111001111111010000111010110 | 3f3f3f3fa1d6 |
UTF-8 | 렺셔파셔「 | 111010111010000010111010111011001000010110010100111011011000110010001100111011001000010110010100111000111000000010001100 | eba0baec8594ed8c8cec8594e3808c |
UHC | 렺셔파셔「 | 10001110110000101011110011000101110001101100010010111100110001011010000110111000 | 8ec2bcc5c6c4bcc5a1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)