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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 約??約??B | 100101101111000100111111001111111001011011110001001111110011111101000010 | 96f13f3f96f13f3f42 |
EUC-JP | 約??約??B | 110011001111001100111111001111111100110011110011001111110011111101000010 | ccf33f3fccf33f3f42 |
UTF-8 | 約듣쳪約듣쳪B | 11100111101101001000010011101011100100111010001111101100101100111010101011100111101101001000010011101011100100111010001111101100101100111010101001000010 | e7b484eb93a3ecb3aae7b484eb93a3ecb3aa42 |
UHC | 約듣쳪約듣쳪B | 11100101101100111011010111101000101010111000111111100101101100111011010111101000101010111000111101000010 | e5b3b5e8ab8fe5b3b5e8ab8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)