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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 礁スシ」^ | 100011111100101010111101101111001010001101011110 | 8fcabdbca35e |
EUC-JP | 礁スシ」^ | 101111101100110010001110101111011000111010111100100011101010001101011110 | becc8ebd8ebc8ea35e |
UTF-8 | 礁スシ」^ | 11100111101001001000000111101111101111011011110111101111101111011011110011101111101111011010001101011110 | e7a481efbdbdefbdbcefbda35e |
UHC | 礁???^ | 111101011010011100111111001111110011111101011110 | f5a73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)