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 | 舅?舅?^ | 11100100011011100011111111100100011011100011111101011110 | e46e3fe46e3f5e |
EUC-JP | 舅?舅?^ | 11100111110011110011111111100111110011110011111101011110 | e7cf3fe7cf3f5e |
UTF-8 | 舅협舅협^ | 11101000100010001000010111101101100110001001000111101000100010001000010111101101100110001001000101011110 | e88885ed9891e88885ed98915e |
UHC | 舅협舅협^ | 110011111100000011000111111110011100111111000000110001111111100101011110 | cfc0c7f9cfc0c7f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)