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 | 提??? | 1001001011110001001111110011111100111111 | 92f13f3f3f |
EUC-JP | 提??? | 1100010011110011001111110011111100111111 | c4f33f3f3f |
UTF-8 | 提렡렺렕 | 111001101000111110010000111010111010000010100001111010111010000010111010111010111010000010010101 | e68f90eba0a1eba0baeba095 |
UHC | 提렡렺렕 | 1111000010101011100011101011001010001110110000101000111010101010 | f0ab8eb28ec28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)