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 | 援〓? | 1000100110000111100000011010110000111111 | 898781ac3f |
EUC-JP | 援〓? | 1011000111100111101000101010111000111111 | b1e7a2ae3f |
UTF-8 | 援〓뀍 | 111001101000111110110100111000111000000010010011111010111000000010001101 | e68fb4e38093eb808d |
UHC | 援〓뀍 | 111010101011010110100001111010111000010110001000 | eab5a1eb8588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)