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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篳蟇゚ソ | 111000101100100011100101101011111101111110111111 | e2c8e5afdfbf |
EUC-JP | 篳蟇゚ソ | 1110010011001010111010101011000110001110110111111000111010111111 | e4caeab18edf8ebf |
UTF-8 | 篳蟇゚ソ | 111001111010111110110011111010001001111110000111111011111011111010011111111011111011110110111111 | e7afb3e89f87efbe9fefbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)