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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??笑] | 0011111100111111100011111100111001011101 | 3f3f8fce5d |
EUC-JP | ??笑] | 0011111100111111101111101101000001011101 | 3f3fbed05d |
UTF-8 | 슳黎笑] | 11101100100010101011001111101111101001101000100111100111101011001001000101011101 | ec8ab3efa689e7ac915d |
UHC | 슳黎笑] | 10011010101110101110011010110001111000011100010101011101 | 9abae6b1e1c55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)