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 | 壤??蟯? | 10011010110111110011111100111111111001011011001000111111 | 9adf3f3fe5b23f |
EUC-JP | 壤??蟯? | 11010100111000010011111100111111111010101011010000111111 | d4e13f3feab43f |
UTF-8 | 壤€뿈蟯믤 | 111001011010001110100100111000101000001010101100111010111011111110001000111010001001111110101111111010111010111110100100 | e5a3a4e282acebbf88e89fafebafa4 |
UHC | 壤€뿈蟯믤 | 11100101101111011010001011100110100101111000111111101001101010001001001011100110 | e5bda2e6978fe9a892e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)