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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杞起? | 1001111001011000100010110100111000111111 | 9e588b4e3f |
EUC-JP | 杞起? | 1101101110111001101101011010111100111111 | dbb9b5af3f |
UTF-8 | 杞起희 | 111001101001110110011110111010001011010110110111111011011001110110101100 | e69d9ee8b5b7ed9dac |
UHC | 杞起희 | 110100011010001111010001110000111100100011110001 | d1a3d1c3c8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)