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 | C@£J¼ | 10010010010000111001001001000000100100011010001110010010010010101001000110111100 | 9243924091a3924a91bc |
SJIS-WIN | ?C?@?£?J?? | 0011111101000011001111110100000000111111100000011001001000111111010010100011111100111111 | 3f433f403f81923f4a3f3f |
EUC-JP | ?C?@?£?J?? | 0011111101000011001111110100000000111111101000011111001000111111010010100011111100111111 | 3f433f403fa1f23f4a3f3f |
UTF-8 | C@£J¼ | 1100001010010010010000111100001010010010010000001100001010010001110000101010001111000010100100100100101011000010100100011100001010111100 | c29243c29240c291c2a3c2924ac291c2bc |
UHC | ?C?@???J?¼ | 0011111101000011001111110100000000111111001111110011111101001010001111111010100011111001 | 3f433f403f3f3f4a3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)