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 | 螳炎葦^ | 11100101101011101000100110001010100010001010111101011110 | e5ae898a88af5e |
EUC-JP | 螳炎葦^ | 11101010101100001011000111101010101100001011000101011110 | eab0b1eab0b15e |
UTF-8 | 螳炎葦^ | 11101000100111101011001111100111100000101000111011101000100100011010011001011110 | e89eb3e7828ee891a65e |
UHC | 螳炎葦^ | 11010011110110011110011011111010111010101101100001011110 | d3d9e6faead85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)