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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜セ蜻域。晁 | 11101000101101101011111011100101100100011000100011100110101000011001110111101000 | e8b6bee59188e6a19de8 |
EUC-JP | 雜セ蜻域。晁 | 111100001011100010001110101111101110100111110001101100001110100010001110101000011101101011101010 | f0b88ebee9f1b0e88ea1daea |
UTF-8 | 雜セ蜻域。晁 | 111010011001101110011100111011111011110110111110111010001001110010111011111001011001111110011111111011111011110110100001111001101001100110000001 | e99b9cefbdbee89cbbe59f9fefbda1e69981 |
UHC | 雜??域?晁 | 111011011101101000111111001111111110011010110100001111111111000011000101 | edda3f3fe6b43ff0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)