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 | ×á÷¤\ | 1101011111100001111101111010010001011100 | d7e1f7a45c |
SJIS-WIN | ×?÷?\ | 10000001011111100011111110000001100000000011111101011100 | 817e3f81803f5c |
EUC-JP | ×á÷¤\ | 1010000111011111100011111010101110100001101000011110000010001111101000101111000001011100 | a1df8faba1a1e08fa2f05c |
UTF-8 | ×á÷¤\ | 110000111001011111000011101000011100001110110111110000101010010001011100 | c397c3a1c3b7c2a45c |
UHC | ×?÷¤\ | 1010000110111111001111111010000111000000101000101011010001011100 | a1bf3fa1c0a2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)