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 | ÷¯Í | 111101111010111111001101 | f7afcd |
SJIS-WIN | ÷?? | 10000001100000000011111100111111 | 81803f3f |
EUC-JP | ÷¯Í | 1010000111100000100011111010001010110100100011111010101010111111 | a1e08fa2b48faabf |
UTF-8 | ÷¯Í | 110000111011011111000010101011111100001110001101 | c3b7c2afc38d |
UHC | ÷?? | 10100001110000000011111100111111 | a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)