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¯C· | 10010010010000111001001001001010100100011010111110010010010000111001000110110111 | 9243924a91af924391b7 |
SJIS-WIN | ?C?J???C?? | 00111111010000110011111101001010001111110011111100111111010000110011111100111111 | 3f433f4a3f3f3f433f3f |
EUC-JP | ?C?J?¯?C?? | 001111110100001100111111010010100011111110001111101000101011010000111111010000110011111100111111 | 3f433f4a3f8fa2b43f433f3f |
UTF-8 | CJ¯C· | 1100001010010010010000111100001010010010010010101100001010010001110000101010111111000010100100100100001111000010100100011100001010110111 | c29243c2924ac291c2afc29243c291c2b7 |
UHC | ?C?J???C?· | 0011111101000011001111110100101000111111001111110011111101000011001111111010000110100100 | 3f433f4a3f3f3f433fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)