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 | ?蛔膾 | 0011111111100101011110111110010001011001 | 3fe57be459 |
EUC-JP | ?蛔膾 | 0011111111101001110111001110011110111010 | 3fe9dce7ba |
UTF-8 | 뤑蛔膾 | 111010111010010010010001111010001001101110010100111010001000011010111110 | eba491e89b94e886be |
UHC | 뤑蛔膾 | 100011111100000111111100111011101111110011101100 | 8fc1fceefcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)