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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螯頑婿襄 | 1110010110100110100010101110011010010110101110011110010111110101 | e5a68ae696b9e5f5 |
EUC-JP | 螯頑婿襄 | 1110101010101000101101001110100011001100101110111110101011110111 | eaa8b4e8ccbbeaf7 |
UTF-8 | 螯頑婿襄 | 111010001001111010101111111010011010000010010001111001011010100110111111111010001010010110000100 | e89eafe9a091e5a9bfe8a584 |
UHC | ?頑?襄 | 001111111110100011010111001111111110010111010001 | 3fe8d73fe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)