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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 趾比スッ | 111001101110010010010100111001001011110110101111 | e6e494e4bdaf |
EUC-JP | 趾比スッ | 1110110011100110110010001110011010001110101111011000111010101111 | ece6c8e68ebd8eaf |
UTF-8 | 趾比スッ | 111010001011011010111110111001101010111110010100111011111011110110111101111011111011110110101111 | e8b6bee6af94efbdbdefbdaf |
UHC | 趾比?? | 111100101011111111011101111011110011111100111111 | f2bfddef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)