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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 亥?身?? | 10001000111001010011111110010000011001110011111100111111 | 88e53f90673f3f |
EUC-JP | 亥?身?? | 10110000111001110011111110111111110010000011111100111111 | b0e73fbfc83f3f |
UTF-8 | 亥렲身렓뤈 | 111001001011101010100101111010111010000010110010111010001011101010101011111010111010000010010011111010111010010010001000 | e4baa5eba0b2e8baabeba093eba488 |
UHC | 亥렲身렓뤈 | 11111010101001001000111010111111111000111111001110001110101010001000111110111000 | faa48ebfe3f38ea88fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)