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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘樣ァ威ァ | 1110100010100101100111101110100110100111100010001101000010100111 | e8a59ee9a788d0a7 |
EUC-JP | 隘樣ァ威ァ | 11110000101001111101110011101011100011101010011110110000110100101000111010100111 | f0a7dceb8ea7b0d28ea7 |
UTF-8 | 隘樣ァ威ァ | 111010011001101010011000111001101010100010100011111011111011110110100111111001011010100010000001111011111011110110100111 | e99a98e6a8a3efbda7e5a881efbda7 |
UHC | 隘樣?威? | 1110010011110110111001011100011000111111111010101100111000111111 | e4f6e5c63feace3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)