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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邊タ | 11100111101100101000001101011110 | e7b2835e |
EUC-JP | 邊タ | 11101110101101001010010110111111 | eeb4a5bf |
UTF-8 | 邊タ | 111010011000001010001010111000111000001010111111 | e9828ae382bf |
UHC | 邊タ | 11011100101010111010101110111111 | dcababbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)