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 | 鶩覯k | 111010100100111011100110010100011000001010001011 | ea4ee651828b |
EUC-JP | 鶩覯k | 111100111010111111101011101100101010001111101011 | f3afebb2a3eb |
UTF-8 | 鶩覯k | 111010011011011010101001111010001010011010101111111011111011110110001011 | e9b6a9e8a6afefbd8b |
UHC | 鶩?k | 1101100111010000001111111010001111101011 | d9d03fa3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)