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 | 諛壱#蝣ァ | 111001101000011110001000111010111000000110010100111001011010000010100111 | e68788eb8194e5a0a7 |
EUC-JP | 諛壱#蝣ァ | 11101011111001111011000011101101101000011111010011101010101000101000111010100111 | ebe7b0eda1f4eaa28ea7 |
UTF-8 | 諛壱#蝣ァ | 111010001010101110011011111001011010001110110001111011111011110010000011111010001001110110100011111011111011110110100111 | e8ab9be5a3b1efbc83e89da3efbda7 |
UHC | 諛?#?? | 11101011101100000011111110100011101000110011111100111111 | ebb03fa3a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)