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 | 虞?題屯? | 1000101111110001001111111001000111101000100100111101010000111111 | 8bf13f91e893d43f |
EUC-JP | 虞?題屯? | 1011011011110011001111111100001011101010110001101101011000111111 | b6f33fc2eac6d63f |
UTF-8 | 虞렜題屯막 | 111010001001100110011110111010111010000010011100111010011010000110001100111001011011000110101111111010111010011110001001 | e8999eeba09ce9a18ce5b1afeba789 |
UHC | 虞렜題屯막 | 11101001111001011000111010101110111100001011100111010100111010101011100010110111 | e9e58eaef0b9d4eab8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)