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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娃?い撓 | 10001000101000010011111110000010101000101001110110011010 | 88a13f82a29d9a |
EUC-JP | 娃?い撓 | 10110000101000110011111110100100101001001101100111111010 | b0a33fa4a4d9fa |
UTF-8 | 娃꿱い撓 | 111001011010100010000011111010101011111110110001111000111000000110000100111001101001001010010011 | e5a883eabfb1e38184e69293 |
UHC | 娃꿱い撓 | 1110100011011111101100101110100010101010101001001110100011110101 | e8dfb2e8aaa4e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)