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 | 豺イ蜻趣ス宇 | 11100110101101111011001011100101100100011000111011101111101111011000100101000110 | e6b7b2e5918eefbd8946 |
EUC-JP | 豺イ蜻趣ス宇 | 111011001011100110001110101100101110100111110001101111001111000110001110101111011011000110100111 | ecb98eb2e9f1bcf18ebdb1a7 |
UTF-8 | 豺イ蜻趣ス宇 | 111010001011000110111010111011111011110110110010111010001001110010111011111010001011011010100011111011111011110110111101111001011010111010000111 | e8b1baefbdb2e89cbbe8b6a3efbdbde5ae87 |
UHC | 豺??趣?宇 | 111000111100111100111111001111111111011010101100001111111110100111010100 | e3cf3f3ff6ac3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)