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 | ?貍鮖鵫狄ァ | 00111111111001101011110011101001101110011111110001001000111000001011110110100111 | 3fe6bce9b9fc48e0bda7 |
EUC-JP | 澰貍鮖鵫狄ァ | 1000111111001000111101111110110010111110111100101011101110001111111010111111101011100000101111111000111010100111 | 8fc8f7ecbef2bb8febfae0bf8ea7 |
UTF-8 | 澰貍鮖鵫狄ァ | 111001101011111010110000111010001011001010001101111010011010111010010110111010011011010110101011111001111000101110000100111011111011110110100111 | e6beb0e8b28de9ae96e9b5abe78b84efbda7 |
UHC | ????狄? | 00111111001111110011111100111111111011101101101000111111 | 3f3f3f3feeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)