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 | 譚主茜 | 111001101001110110001110111001011000100010101001 | e69d8ee588a9 |
EUC-JP | 譚主茜 | 111010111111110110111100111001111011000010101011 | ebfdbce7b0ab |
UTF-8 | 譚主茜 | 111010001010110110011010111001001011100010111011111010001000110010011100 | e8ad9ae4b8bbe88c9c |
UHC | 譚主? | 1101001111001001111100011010101100111111 | d3c9f1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)