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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 沅??沅??B | 1000111111000110111010010011111100111111100011111100011011101001001111110011111101000010 | 8fc6e93f3f8fc6e93f3f42 |
UTF-8 | 沅룹㏏沅룹㏏B | 11100110101100101000010111101011101000111011100111100011100011111000111111100110101100101000010111101011101000111011100111100011100011111000111101000010 | e6b285eba3b9e38f8fe6b285eba3b9e38f8f42 |
UHC | 沅룹㏏沅룹㏏B | 11101010101101101011011111101100101001111011100111101010101101101011011111101100101001111011100101000010 | eab6b7eca7b9eab6b7eca7b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)