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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 裝?~ | 11100101111001000011111101111110 | e5e43f7e |
EUC-JP | 裝?~ | 11101010111001100011111101111110 | eae63f7e |
UTF-8 | 裝렒~ | 11101000101000111001110111101011101000001001001001111110 | e8a39deba0927e |
UHC | 裝렒~ | 1110110111111011100011101010011101111110 | edfb8ea77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)