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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 楜話\ | 1001111010110011100110000110001001011100 | 9eb398625c |
EUC-JP | 楜話\ | 1101110010110101110011111100001101011100 | dcb5cfc35c |
UTF-8 | 楜話\ | 11100110101001011001110011101000101010011011000101011100 | e6a59ce8a9b15c |
UHC | ?話\ | 00111111111111001010010101011100 | 3ffca55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)