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 | 111010100100111010011000101011101000001010001011 | ea4e98ae828b |
EUC-JP | 鶩舒k | 111100111010111111010000101100001010001111101011 | f3afd0b0a3eb |
UTF-8 | 鶩舒k | 111010011011011010101001111010001000100010010010111011111011110110001011 | e9b6a9e88892efbd8b |
UHC | 鶩舒k | 110110011101000011100000101000101010001111101011 | d9d0e0a2a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)