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 | 逋庭窓 | 111001111001100110010010111010111001000110001011 | e79992eb918b |
EUC-JP | 逋庭窓 | 111011011111100111000100111011011100000111101011 | edf9c4edc1eb |
UTF-8 | 逋庭窓 | 111010011000000010001011111001011011101010101101111001111010101010010011 | e9808be5baade7aa93 |
UHC | 逋庭窓 | 111110001110011111101111110101001111001111101011 | f8e7efd4f3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)