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 | 娃??液? | 10001000101000010011111100111111100010010111010000111111 | 88a13f3f89743f |
EUC-JP | 娃??液? | 10110000101000110011111100111111101100011101010100111111 | b0a33f3fb1d53f |
UTF-8 | 娃묉솤液⑶ | 111001011010100010000011111010111010110010001001111011001000011010100100111001101011011010110010111000101001000110110110 | e5a883ebac89ec86a4e6b6b2e291b6 |
UHC | 娃묉솤液⑶ | 11101000110111111001000111100110100110011001111011100100111110111010100111101001 | e8df91e6999ee4fba9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)