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 | ?拜? | 00111111100111010110000000111111 | 3f9d603f |
EUC-JP | ?拜濩 | 001111111101100111000001100011111100100110100100 | 3fd9c18fc9a4 |
UTF-8 | 뤊拜濩 | 111010111010010010001010111001101000101110011100111001101011111110101001 | eba48ae68b9ce6bfa9 |
UHC | 뤊拜濩 | 100011111011101011011011110010001111101111001101 | 8fbadbc8fbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)