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 | 豺シ螟ュ縺撮 | 11100110101101111011110011100101101001001010110111100011100000011000111001000010 | e6b7bce5a4ade3818e42 |
EUC-JP | 豺シ螟ュ縺撮 | 111011001011100110001110101111001110101010100110100011101010110111100101111000011011101110100011 | ecb98ebceaa68eade5e1bba3 |
UTF-8 | 豺シ螟ュ縺撮 | 111010001011000110111010111011111011110110111100111010001001111010011111111011111011110110101101111001111011100010111010111001101001001010101110 | e8b1baefbdbce89e9fefbdade7b8bae692ae |
UHC | 豺?螟??撮 | 111000111100111100111111110110011010110100111111001111111111010111001001 | e3cf3fd9ad3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)