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 | 雋趣ス」驛 | 1110100010110010100011101110111110111101101000111110100110000011 | e8b28eefbda3e983 |
EUC-JP | 雋趣ス」驛 | 11110000101101001011110011110001100011101011110110001110101000111111000111100011 | f0b4bcf18ebd8ea3f1e3 |
UTF-8 | 雋趣ス」驛 | 111010011001101110001011111010001011011010100011111011111011110110111101111011111011110110100011111010011010100110011011 | e99b8be8b6a3efbdbdefbda3e9a99b |
UHC | 雋趣??驛 | 1111000111100110111101101010110000111111001111111110011010111110 | f1e6f6ac3f3fe6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)