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 | 昭皺 | 100011111011101011100001101100001111000011101100 | 8fbae1b0f0ec |
EUC-JP | 昭皺? | 1011111010111100111000101011001000111111 | bebce2b23f |
UTF-8 | 昭皺 | 111001101001100010101101111001111001101010111010111011101000001010101011 | e698ade79abaee82ab |
UHC | 昭皺? | 1110000110111001111101011101010000111111 | e1b9f5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)