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 | 雲?し | 1000100101011111001111111000001010110101 | 895f3f82b5 |
EUC-JP | 雲?し | 1011000111000000001111111010010010110111 | b1c03fa4b7 |
UTF-8 | 雲랐し | 111010011001101110110010111010111001111010010000111000111000000110010111 | e99bb2eb9e90e38197 |
UHC | 雲랐し | 111010101010001110110110111110101010101010110111 | eaa3b6faaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)