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 | 孃?孃? | 100110110110111100111111100110110110111100111111 | 9b6f3f9b6f3f |
EUC-JP | 孃?孃? | 110101011101000000111111110101011101000000111111 | d5d03fd5d03f |
UTF-8 | 孃챛孃챞 | 111001011010110110000011111011001011000110011011111001011010110110000011111011001011000110011110 | e5ad83ecb19be5ad83ecb19e |
UHC | 孃챛孃챞 | 1110010110111110101010100110100011100101101111101010101001101011 | e5beaa68e5beaa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)