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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 礁スシゥ\ | 100011111100101010111101101111001010100101011100 | 8fcabdbca95c |
EUC-JP | 礁スシゥ\ | 101111101100110010001110101111011000111010111100100011101010100101011100 | becc8ebd8ebc8ea95c |
UTF-8 | 礁スシゥ\ | 11100111101001001000000111101111101111011011110111101111101111011011110011101111101111011010100101011100 | e7a481efbdbdefbdbcefbda95c |
UHC | 礁???\ | 111101011010011100111111001111110011111101011100 | f5a73f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)