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¯P | 10010010010000111001001001001010100100011010111101010000 | 9243924a91af50 |
SJIS-WIN | ?C?J??P | 00111111010000110011111101001010001111110011111101010000 | 3f433f4a3f3f50 |
EUC-JP | ?C?J?¯P | 001111110100001100111111010010100011111110001111101000101011010001010000 | 3f433f4a3f8fa2b450 |
UTF-8 | CJ¯P | 1100001010010010010000111100001010010010010010101100001010010001110000101010111101010000 | c29243c2924ac291c2af50 |
UHC | ?C?J??P | 00111111010000110011111101001010001111110011111101010000 | 3f433f4a3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)