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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 燾フ骼ゥ自B | 111110110101101011001100111010011000111010101001100011101010100101000010 | fb5acce98ea98ea942 |
EUC-JP | 燾フ骼ゥ自B | 100011111100101010111101100011101100110011110001111011101000111010101001101111001010101101000010 | 8fcabd8eccf1ee8ea9bcab42 |
UTF-8 | 燾フ骼ゥ自B | 11100111100001111011111011101111101111101000110011101001101010101011110011101111101111011010100111101000100001111010101001000010 | e787beefbe8ce9aabcefbda9e887aa42 |
UHC | 燾???自B | 1101010010100111001111110011111100111111111011011011101101000010 | d4a73f3f3fedbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)