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 | 閹」蛻サ豢イ | 111010001000011010100011111001011000100010111011111001101011010010110010 | e886a3e588bbe6b4b2 |
EUC-JP | 閹」蛻サ豢イ | 111011111110011010001110101000111110100111101000100011101011101111101100101101101000111010110010 | efe68ea3e9e88ebbecb68eb2 |
UTF-8 | 閹」蛻サ豢イ | 111010011001011010111001111011111011110110100011111010001001101110111011111011111011110110111011111010001011000110100010111011111011110110110010 | e996b9efbda3e89bbbefbdbbe8b1a2efbdb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)