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 | 缺碁┗茘 | 1110001110011110100011001110100110000100101011111110010010101011 | e39e8ce984afe4ab |
EUC-JP | 缺碁┗茘 | 1110010111111110101110001110101110101000101100011110100010101101 | e5feb8eba8b1e8ad |
UTF-8 | 缺碁┗茘 | 111001111011110010111010111001111010001010000001111000101001010010010111111010001000110010011000 | e7bcbae7a281e29497e88c98 |
UHC | 缺碁┗? | 11001100110000001101000110110011101001101011000100111111 | ccc0d1b3a6b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)