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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 松?豈h | 100011111011110000111111111001101010111101101000 | 8fbc3fe6af68 |
EUC-JP | 松奙豈h | 1011111010111110100011111011100011110110111011001011000101101000 | bebe8fb8f6ecb168 |
UTF-8 | 松奙豈h | 11100110100111011011111011100101101001011001100111101000101100011000100001101000 | e69dbee5a599e8b18868 |
UHC | 松?豈h | 111000011110011000111111110100011100001001101000 | e1e63fd1c268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)