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 | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 庵??雙??G | 100010001100000100111111001111111001100111010100001111110011111101000111 | 88c13f3f99d43f3f47 |
EUC-JP | 庵??雙??G | 101100001100001100111111001111111101001011010110001111110011111101000111 | b0c33f3fd2d63f3f47 |
UTF-8 | 庵룒뢗雙륂뢛G | 11100101101110101011010111101011101000111001001011101011101000101001011111101001100110111001100111101011101001011000001011101011101000101001101101000111 | e5bab5eba392eba297e99b99eba582eba29b47 |
UHC | 庵룒뢗雙륂뢛G | 11100100110111011000111110001111100011110101001011100100101010101000111111101101100011110101011001000111 | e4dd8f8f8f52e4aa8fed8f5647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)