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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅躯脅跖 | 1110011111101000100010111110101110001011101110101110011011101000 | e7e88beb8bbae6e8 |
EUC-JP | 鉅躯脅跖 | 1110111011101010101101101110110110110110101111001110110011101010 | eeeab6edb6bcecea |
UTF-8 | 鉅躯脅跖 | 111010011000100110000101111010001011101010101111111010001000010010000101111010001011011110010110 | e98985e8baafe88485e8b796 |
UHC | 鉅?脅? | 110010111110100100111111111110101111011000111111 | cbe93ffaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)