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±E | 1001001001000011100100100100101010010001101100011001001001000101 | 9243924a91b19245 |
SJIS-WIN | ?C?J?±?E | 001111110100001100111111010010100011111110000001011111010011111101000101 | 3f433f4a3f817d3f45 |
EUC-JP | ?C?J?±?E | 001111110100001100111111010010100011111110100001110111100011111101000101 | 3f433f4a3fa1de3f45 |
UTF-8 | CJ±E | 11000010100100100100001111000010100100100100101011000010100100011100001010110001110000101001001001000101 | c29243c2924ac291c2b1c29245 |
UHC | ?C?J?±?E | 001111110100001100111111010010100011111110100001101111100011111101000101 | 3f433f4a3fa1be3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)