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 | CJ¦D | 1001001001000011100100100100101010010001101001101001001001000100 | 9243924a91a69244 |
SJIS-WIN | ?C?J???D | 0011111101000011001111110100101000111111001111110011111101000100 | 3f433f4a3f3f3f44 |
EUC-JP | ?C?J?¦?D | 00111111010000110011111101001010001111111000111110100010110000110011111101000100 | 3f433f4a3f8fa2c33f44 |
UTF-8 | CJ¦D | 11000010100100100100001111000010100100100100101011000010100100011100001010100110110000101001001001000100 | c29243c2924ac291c2a6c29244 |
UHC | ?C?J???D | 0011111101000011001111110100101000111111001111110011111101000100 | 3f433f4a3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)