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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍玖寒 | 111010001011011110001011111010001000101010100110 | e8b78be88aa6 |
EUC-JP | 霍玖寒 | 111100001011100110110110111010101011010010101000 | f0b9b6eab4a8 |
UTF-8 | 霍玖寒 | 111010011001110010001101111001111000111010010110111001011010111110010010 | e99c8de78e96e5af92 |
UHC | ?玖寒 | 0011111111001111101110001111100111001110 | 3fcfb8f9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)