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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 上キ柴^ | 1000111111100011111100011000111010110111100011101100010001011110 | 8fe3f18eb78ec45e |
EUC-JP | 上?キ柴^ | 1011111011100101001111111000111010110111101111001100011001011110 | bee53f8eb7bcc65e |
UTF-8 | 上キ柴^ | 11100100101110001000101011101110100001001000100111101111101111011011011111100110100111111011010001011110 | e4b88aee8489efbdb7e69fb45e |
UHC | 上??柴^ | 11011111101111100011111100111111111000111100001101011110 | dfbe3f3fe3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)