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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寶鯔祕 | 100110111000111111101001110010011110001001001111 | 9b8fe9c9e24f |
EUC-JP | 寶鯔祕 | 110101011110111111110010110010111110001110110000 | d5eff2cbe3b0 |
UTF-8 | 寶鯔祕 | 111001011010111110110110111010011010111110010100111001111010010110010101 | e5afb6e9af94e7a595 |
UHC | 寶?? | 11011100110001000011111100111111 | dcc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)