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 | 缺碁┼矣 | 1110001110011110100011001110100110000100101010011110000111100001 | e39e8ce984a9e1e1 |
EUC-JP | 缺碁┼矣 | 1110010111111110101110001110101110101000101010111110001011100011 | e5feb8eba8abe2e3 |
UTF-8 | 缺碁┼矣 | 111001111011110010111010111001111010001010000001111000101001010010111100111001111001111110100011 | e7bcbae7a281e294bce79fa3 |
UHC | 缺碁┼矣 | 1100110011000000110100011011001110100110101010111110101111111000 | ccc0d1b3a6abebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)