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 | 娃??違? | 10001000101000010011111100111111100010001110000100111111 | 88a13f3f88e13f |
EUC-JP | 娃??違? | 10110000101000110011111100111111101100001110001100111111 | b0a33f3fb0e33f |
UTF-8 | 娃숇짘違띷 | 111001011010100010000011111011001000100010000111111011001010011110011000111010011000000110010101111010111001110110110111 | e5a883ec8887eca798e98195eb9db7 |
UHC | 娃숇짘違띷 | 11101000110111111001100111101011101000111001111111101010110111101000110111100110 | e8df99eba39feade8de6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)