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 | 隘檎スケ謠 | 1110100010100101100011001110011110111101101110011110011010001111 | e8a58ce7bdb9e68f |
EUC-JP | 隘檎スケ謠 | 11110000101001111011100011101001100011101011110110001110101110011110101111101111 | f0a7b8e98ebd8eb9ebef |
UTF-8 | 隘檎スケ謠 | 111010011001101010011000111001101010101010001110111011111011110110111101111011111011110110111001111010001010110010100000 | e99a98e6aa8eefbdbdefbdb9e8aca0 |
UHC | 隘檎??謠 | 1110010011110110110100001101010100111111001111111110100110101010 | e4f6d0d53f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)