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 | Í°÷£[ | 1100110110110000111101111010001101011011 | cdb0f7a35b |
SJIS-WIN | ?°÷£[ | 0011111110000001100010111000000110000000100000011001001001011011 | 3f818b818081925b |
EUC-JP | Í°÷£[ | 10001111101010101011111110100001111010111010000111100000101000011111001001011011 | 8faabfa1eba1e0a1f25b |
UTF-8 | Í°÷£[ | 110000111000110111000010101100001100001110110111110000101010001101011011 | c38dc2b0c3b7c2a35b |
UHC | ?°÷?[ | 00111111101000011100011010100001110000000011111101011011 | 3fa1c6a1c03f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)