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 | 螽幎・ろ悴 | 111001011010100010011011111010111010010110000010111010111001110010101010 | e5a89beba582eb9caa |
EUC-JP | 螽幎・ろ悴 | 11101010101010101101011011101101100011101010010110100100111011011101100010101100 | eaaad6ed8ea5a4edd8ac |
UTF-8 | 螽幎・ろ悴 | 111010001001111010111101111001011011100110001110111011111011110110100101111000111000001010001101111001101000001010110100 | e89ebde5b98eefbda5e3828de682b4 |
UHC | ???ろ悴 | 00111111001111110011111110101010111011011111010111111100 | 3f3f3faaedf5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)