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 | 葆′集 | 111001001101110010000001100011001000111101010111 | e4dc818c8f57 |
EUC-JP | 葆′集 | 111010001101111010100001111011001011110110111000 | e8dea1ecbdb8 |
UTF-8 | 葆′集 | 111010001001000110000110111000101000000010110010111010011001101110000110 | e89186e280b2e99b86 |
UHC | ?′集 | 0011111110100001110001111111001110100010 | 3fa1c7f3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)