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 | ã¹ã² | 1110001110111001111000111011001010011010 | e3b9e3b29a |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ã?ã?? | 100011111010101110101010001111111000111110101011101010100011111100111111 | 8fabaa3f8fabaa3f3f |
UTF-8 | ã¹ã² | 11000011101000111100001010111001110000111010001111000010101100101100001010011010 | c3a3c2b9c3a3c2b2c29a |
UHC | ?¹?²? | 00111111101010011111011000111111101010011111011100111111 | 3fa9f63fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)