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 | 昔湘昔湘 | 1001000011001100100011111100001110010000110011001000111111000011 | 90cc8fc390cc8fc3 |
EUC-JP | 昔湘昔湘 | 1100000011001110101111101100010111000000110011101011111011000101 | c0cebec5c0cebec5 |
UTF-8 | 昔湘昔湘 | 111001101001100010010100111001101011100110011000111001101001100010010100111001101011100110011000 | e69894e6b998e69894e6b998 |
UHC | 昔湘昔湘 | 1110000010101110110111111100111111100000101011101101111111001111 | e0aedfcfe0aedfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)