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 | ÷ð~ | 111101111111000001111110 | f7f07e |
SJIS-WIN | ÷?~ | 10000001100000000011111101111110 | 81803f7e |
EUC-JP | ÷ð~ | 101000011110000010001111101010011100001101111110 | a1e08fa9c37e |
UTF-8 | ÷ð~ | 1100001110110111110000111011000001111110 | c3b7c3b07e |
UHC | ÷ð~ | 1010000111000000101010011010001101111110 | a1c0a9a37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)