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 | ?稼癸 | 0011111110001001110100101110000110100001 | 3f89d2e1a1 |
EUC-JP | ?稼癸 | 0011111110110010110101001110001010100011 | 3fb2d4e2a3 |
UTF-8 | 뤚稼癸 | 111010111010010010011010111001111010100010111100111001111001100110111000 | eba49ae7a8bce799b8 |
UHC | 뤚稼癸 | 100011111100100111001010101100111100110110100100 | 8fc9cab3cda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)