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 | 轅絞剋 | 111001110111011010001101011010011001100110001110 | e7768d69998e |
EUC-JP | 轅絞剋 | 111011011101011110111001110010101101000111101110 | edd7b9cad1ee |
UTF-8 | 轅絞剋 | 111010001011110110000101111001111011010110011110111001011000100110001011 | e8bd85e7b59ee5898b |
UHC | 轅絞剋 | 111010101011111111001110111011011101000010111011 | eabfceedd0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)