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 | ??娃? | 0011111100111111100010001010000100111111 | 3f3f88a13f |
EUC-JP | 縯?娃? | 10001111110101001100101100111111101100001010001100111111 | 8fd4cb3fb0a33f |
UTF-8 | 縯쵥娃쒎 | 111001111011100010101111111011001011010110100101111001011010100010000011111011001001001010001110 | e7b8afecb5a5e5a883ec928e |
UHC | 縯쵥娃쒎 | 1110011011100000101011010100010011101000110111111001110011100101 | e6e0ad44e8df9ce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)