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 | ??C??C^ | 00111111001111110100001100111111001111110100001101011110 | 3f3f433f3f435e |
SJIS-WIN | 蓿、C蓿、C^ | 111001001111000010100100010000111110010011110000101001000100001101011110 | e4f0a443e4f0a4435e |
EUC-JP | 蓿、C蓿、C^ | 1110100011110010100011101010010001000011111010001111001010001110101001000100001101011110 | e8f28ea443e8f28ea4435e |
UTF-8 | 蓿、C蓿、C^ | 111010001001001110111111111011111011110110100100010000111110100010010011101111111110111110111101101001000100001101011110 | e893bfefbda443e893bfefbda4435e |
UHC | ??C??C^ | 00111111001111110100001100111111001111110100001101011110 | 3f3f433f3f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)