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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脣紫晦^ | 11100011111110101000111010000111100010100100000101011110 | e3fa8e878a415e |
EUC-JP | 脣紫晦^ | 11100110111111001011101111100111101100111010001001011110 | e6fcbbe7b3a25e |
UTF-8 | 脣紫晦^ | 11101000100001001010001111100111101101001010101111100110100110011010011001011110 | e884a3e7b4abe699a65e |
UHC | 脣紫晦^ | 11100010111011101110110110111001111111001110010001011110 | e2eeedb9fce45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)