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 | ó³ãú~ | 1111001110110011111000111111101001111110 | f3b3e3fa7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ó?ãú~ | 1000111110101011110100010011111110001111101010111010101010001111101010111110001001111110 | 8fabd13f8fabaa8fabe27e |
UTF-8 | ó³ãú~ | 110000111011001111000010101100111100001110100011110000111011101001111110 | c3b3c2b3c3a3c3ba7e |
UHC | ?³??~ | 001111111010100111111000001111110011111101111110 | 3fa9f83f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)