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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?悽?悽^ | 00111111100111001010110000111111100111001010110001011110 | 3f9cac3f9cac5e |
EUC-JP | ?悽?悽^ | 00111111110110001010111000111111110110001010111001011110 | 3fd8ae3fd8ae5e |
UTF-8 | 잭悽잭悽^ | 11101100100111101010110111100110100000101011110111101100100111101010110111100110100000101011110101011110 | ec9eade682bdec9eade682bd5e |
UHC | 잭悽잭悽^ | 110000001110100011110100101001001100000011101000111101001010010001011110 | c0e8f4a4c0e8f4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)