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 | 荵溲セィトア | 1110010010111001100111111110101010111110101010001100010010110001 | e4b99feabea8c4b1 |
EUC-JP | 荵溲セィトア | 111010001011101111011110111011001000111010111110100011101010100010001110110001001000111010110001 | e8bbdeec8ebe8ea88ec48eb1 |
UTF-8 | 荵溲セィトア | 111010001000110110110101111001101011101010110010111011111011110110111110111011111011110110101000111011111011111010000100111011111011110110110001 | e88db5e6bab2efbdbeefbda8efbe84efbdb1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)