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 | ÷´~ | 111101111011010001111110 | f7b47e |
SJIS-WIN | ÷´~ | 1000000110000000100000010100110001111110 | 8180814c7e |
EUC-JP | ÷´~ | 1010000111100000101000011010110101111110 | a1e0a1ad7e |
UTF-8 | ÷´~ | 1100001110110111110000101011010001111110 | c3b7c2b47e |
UHC | ÷´~ | 1010000111000000101000101010010101111110 | a1c0a2a57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)