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 | ã¹ã² | 111000111011100111100011101100101001101010001111 | e3b9e3b29a8f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ã?ã??? | 10001111101010111010101000111111100011111010101110101010001111110011111100111111 | 8fabaa3f8fabaa3f3f3f |
UTF-8 | ã¹ã² | 110000111010001111000010101110011100001110100011110000101011001011000010100110101100001010001111 | c3a3c2b9c3a3c2b2c29ac28f |
UHC | ?¹?²?? | 0011111110101001111101100011111110101001111101110011111100111111 | 3fa9f63fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)