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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?拜?傲 | 001111111001110101100000001111111001100011111100 | 3f9d603f98fc |
EUC-JP | ?拜濩傲 | 0011111111011001110000011000111111001001101001001101000011111110 | 3fd9c18fc9a4d0fe |
UTF-8 | 뤊拜濩傲 | 111010111010010010001010111001101000101110011100111001101011111110101001111001011000001010110010 | eba48ae68b9ce6bfa9e582b2 |
UHC | 뤊拜濩傲 | 1000111110111010110110111100100011111011110011011110011111101100 | 8fbadbc8fbcde7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)