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 | ] | 1001000010000011100101110101110110001001 | 9083975d89 |
SJIS-WIN | ???]? | 0011111100111111001111110101110100111111 | 3f3f3f5d3f |
EUC-JP | ???]? | 0011111100111111001111110101110100111111 | 3f3f3f5d3f |
UTF-8 | ] | 110000101001000011000010100000111100001010010111010111011100001010001001 | c290c283c2975dc289 |
UHC | ???]? | 0011111100111111001111110101110100111111 | 3f3f3f5d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)