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 | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
SJIS-WIN | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
EUC-JP | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
UTF-8 | 쑹렶렊롙뤏쮱쨥G | 11101100100100011011100111101011101000001011011011101011101000001000101011101011101000011001100111101011101001001000111111101100101011101011000111101100101010001010010101000111 | ec91b9eba0b6eba08aeba199eba48fecaeb1eca8a547 |
UHC | 쑹렶렊롙뤏쮱쨥G | 101111101010101110001110110000011000111010100001100011101101110110001111101111111010100010001110101001000111101001000111 | beab8ec18ea18edd8fbfa88ea47a47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)