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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諡帶ソ | 1110011010001011100110111110011010111111 | e68b9be6bf |
EUC-JP | 諡帶ソ | 111010111110101111010110111010001000111010111111 | ebebd6e88ebf |
UTF-8 | 諡帶ソ | 111010001010101110100001111001011011100010110110111011111011110110111111 | e8aba1e5b8b6efbdbf |
UHC | 諡帶? | 1110001111001101110100111110000100111111 | e3cdd3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)