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 | 餓? | 100010011110110000111111 | 89ec3f |
EUC-JP | 餓? | 101100101110111000111111 | b2ee3f |
UTF-8 | 餓깅 | 111010011010010010010011111010101011100110000101 | e9a493eab985 |
UHC | 餓깅 | 11100100101110111011000111101011 | e4bbb1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)