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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 儕儕B | 1001100101010000100110010101000001000010 | 9950995042 |
EUC-JP | 儕儕B | 1101000110110001110100011011000101000010 | d1b1d1b142 |
UTF-8 | 儕儕B | 11100101100001001001010111100101100001001001010101000010 | e58495e5849542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)