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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 眩眄哺喊 | 1110000110111111111000011011111010011010010011011001101001011110 | e1bfe1be9a4d9a5e |
EUC-JP | 眩眄哺喊 | 1110001011000001111000101100000011010011101011101101001110111111 | e2c1e2c0d3aed3bf |
UTF-8 | 眩眄哺喊 | 111001111001110010101001111001111001110010000100111001011001001110111010111001011001011010001010 | e79ca9e79c84e593bae5968a |
UHC | 眩眄哺喊 | 1111101011011111110110001111100011111000110101001111100111100010 | fadfd8f8f8d4f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)