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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲キ繧肴シ | 1110100010101011101101111110001110000010100011011110011010111100 | e8abb7e3828de6bc |
EUC-JP | 隲キ繧肴シ | 11110000101011011000111010110111111001011110001010111010111010001000111010111100 | f0ad8eb7e5e2bae88ebc |
UTF-8 | 隲キ繧肴シ | 111010011001101010110010111011111011110110110111111001111011100110100111111010001000001010110100111011111011110110111100 | e99ab2efbdb7e7b9a7e882b4efbdbc |
UHC | ???肴? | 001111110011111100111111111111011010001000111111 | 3f3f3ffda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)