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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悟??猷?? | 1000110011100101001111110011111110010111010100010011111100111111 | 8ce53f3f97513f3f |
EUC-JP | 悟??猷?? | 1011100011100111001111110011111111001101101100100011111100111111 | b8e73f3fcdb23f3f |
UTF-8 | 悟뽯씢猷닸듉 | 111001101000001010011111111010111011110110101111111011001001010010100010111001111000110010110111111010111000101110111000111010111001001110001001 | e6829febbdafec94a2e78cb7eb8bb8eb9389 |
UHC | 悟뽯씢猷닸듉 | 111001111111011010010110111010111001110110110110111010111010001110110100111001101000101010111100 | e7f696eb9db6eba3b4e68abc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)