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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?盞寡\ | 001111111110000110110101100010011100011101011100 | 3fe1b589c75c |
EUC-JP | ?盞寡\ | 001111111110001010110111101100101100100101011100 | 3fe2b7b2c95c |
UTF-8 | 뤳盞寡\ | 11101011101001001011001111100111100110111001111011100101101011111010000101011100 | eba4b3e79b9ee5afa15c |
UHC | 뤳盞寡\ | 10001111111000011110110111010011110011011111101101011100 | 8fe1edd3cdfb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)