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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 楓蝎?] | 100101011001011011100101100110010011111101011101 | 9596e5993f5d |
EUC-JP | 楓蝎?] | 110010011111011011101001111110010011111101011101 | c9f6e9f93f5d |
UTF-8 | 楓蝎많] | 11100110101001011001001111101000100111011000111011101011101001111000111001011101 | e6a593e89d8eeba78e5d |
UHC | 楓蝎많] | 11111001101000111100101011101001101110001011100101011101 | f9a3cae9b8b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)