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 | ??離 | 00111111001111111001011110100011 | 3f3f97a3 |
EUC-JP | 獐?離 | 100011111100101110111010001111111100111010100101 | 8fcbba3fcea5 |
UTF-8 | 獐쇰離 | 111001111000110110010000111011001000011110110000111010011001101110100010 | e78d90ec87b0e99ba2 |
UHC | 獐쇰離 | 111011011110111110111100111010111101011111101110 | edefbcebd7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)