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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?笑] | 00111111100011111100111001011101 | 3f8fce5d |
EUC-JP | ?笑] | 00111111101111101101000001011101 | 3fbed05d |
UTF-8 | 黎笑] | 11101111101001101000100111100111101011001001000101011101 | efa689e7ac915d |
UHC | 黎笑] | 1110011010110001111000011100010101011101 | e6b1e1c55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)