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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 選糯選糯^ | 100100010100100111100010111101111001000101001001111000101111011101011110 | 9149e2f79149e2f75e |
EUC-JP | 選糯選糯^ | 110000011010101011100100111110011100000110101010111001001111100101011110 | c1aae4f9c1aae4f95e |
UTF-8 | 選糯選糯^ | 11101001100000011011100011100111101100111010111111101001100000011011100011100111101100111010111101011110 | e981b8e7b3afe981b8e7b3af5e |
UHC | 選?選?^ | 11100000110101000011111111100000110101000011111101011110 | e0d43fe0d43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)