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 | 寶鯔皴 | 100110111000111111101001110010011110000110101101 | 9b8fe9c9e1ad |
EUC-JP | 寶鯔皴 | 110101011110111111110010110010111110001010101111 | d5eff2cbe2af |
UTF-8 | 寶鯔皴 | 111001011010111110110110111010011010111110010100111001111001101010110100 | e5afb6e9af94e79ab4 |
UHC | 寶?? | 11011100110001000011111100111111 | dcc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)