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 | 豺シ螟ュ趾 | 1110011010110111101111001110010110100100101011011110011011100100 | e6b7bce5a4ade6e4 |
EUC-JP | 豺シ螟ュ趾 | 11101100101110011000111010111100111010101010011010001110101011011110110011100110 | ecb98ebceaa68eadece6 |
UTF-8 | 豺シ螟ュ趾 | 111010001011000110111010111011111011110110111100111010001001111010011111111011111011110110101101111010001011011010111110 | e8b1baefbdbce89e9fefbdade8b6be |
UHC | 豺?螟?趾 | 1110001111001111001111111101100110101101001111111111001010111111 | e3cf3fd9ad3ff2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)