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 | 轣シ蟆コ辣ァ | 111001111000000110111100111001011011000010111010111001111000010110100111 | e781bce5b0bae785a7 |
EUC-JP | 轣シ蟆コ辣ァ | 111011011110000110001110101111001110101010110010100011101011101011101101111001011000111010100111 | ede18ebceab28ebaede58ea7 |
UTF-8 | 轣シ蟆コ辣ァ | 111010001011110110100011111011111011110110111100111010001001111110000110111011111011110110111010111010001011111010100011111011111011110110100111 | e8bda3efbdbce89f86efbdbae8bea3efbda7 |
UHC | ????辣? | 00111111001111110011111100111111110101011011100000111111 | 3f3f3f3fd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)