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 | 娃??孃①? | 100010001010000100111111001111111001101101101111100001110100000000111111 | 88a13f3f9b6f87403f |
EUC-JP | 娃??孃?? | 1011000010100011001111110011111111010101110100000011111100111111 | b0a33f3fd5d03f3f |
UTF-8 | 娃꿨나孃①맪 | 111001011010100010000011111010101011111110101000111010111000001010011000111001011010110110000011111000101001000110100000111010111010011110101010 | e5a883eabfa8eb8298e5ad83e291a0eba7aa |
UHC | 娃꿨나孃①맪 | 111010001101111110110010111001011011001110101010111001011011111010101000111001111001000010110010 | e8dfb2e5b3aae5bea8e790b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)