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 | 鍗 | 11111011111000001111000011000110 | fbe0f0c6 |
EUC-JP | 鍗? | 10001111111001001110111100111111 | 8fe4ef3f |
UTF-8 | 鍗 | 111010011000110110010111111011101000001010000101 | e98d97ee8285 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)