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 | ?誓\ | 00111111100100001011111001011100 | 3f90be5c |
EUC-JP | ?誓\ | 00111111110000001100000001011100 | 3fc0c05c |
UTF-8 | 믚誓\ | 11101011101011111001101011101000101010101001001101011100 | ebaf9ae8aa935c |
UHC | 믚誓\ | 1001001011011100111000001010010101011100 | 92dce0a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)