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 | 逅〔 | 11100111100100001000000101101011 | e790816b |
EUC-JP | 逅〔 | 11101101111100001010000111001100 | edf0a1cc |
UTF-8 | 逅〔 | 111010011000000010000101111000111000000010010100 | e98085e38094 |
UHC | 逅〔 | 11111101101100011010000110110010 | fdb1a1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)