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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌イ遘∵刹郤 | 1110100010001100101100101110011110100111100000011110011010011001100010111110011110111010 | e88cb2e7a781e6998be7ba |
EUC-JP | 闌イ遘∵刹郤 | 111011111110110010001110101100101110111010101001101000101110100011010001111010111110111010111100 | efec8eb2eea9a2e8d1ebeebc |
UTF-8 | 闌イ遘∵刹郤 | 111010011001011110001100111011111011110110110010111010011000000110011000111000101000100010110101111001011000100010111001111010011000001110100100 | e9978cefbdb2e98198e288b5e588b9e983a4 |
UHC | ???∵刹? | 0011111100111111001111111010000111110001111100111100101100111111 | 3f3f3fa1f1f3cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)