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 | 螟ア驟梧貔 | 111001011010010010110001111010011000010110001100111001101110011010111110 | e5a4b1e9858ce6e6be |
EUC-JP | 螟ア驟梧貔 | 11101010101001101000111010110001111100011110010110111000111010001110110011000000 | eaa68eb1f1e5b8e8ecc0 |
UTF-8 | 螟ア驟梧貔 | 111010001001111010011111111011111011110110110001111010011010100110011111111001101010001010100111111010001011001010010100 | e89e9fefbdb1e9a99fe6a2a7e8b294 |
UHC | 螟?驟梧? | 1101100110101101001111111111011010101110111001111111110000111111 | d9ad3ff6aee7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)