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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 蒸?義?躪G | 100011111111011000111111100010110110000000111111111001110101100001000111 | 8ff63f8b603fe75847 |
EUC-JP | 蒸?義?躪G | 101111101111100000111111101101011100000100111111111011011011100101000111 | bef83fb5c13fedb947 |
UTF-8 | 蒸렟義꿱躪G | 11101000100100101011100011101011101000001001111111100111101111101010100111101010101111111011000111101000101110101010101001000111 | e892b8eba09fe7bea9eabfb1e8baaa47 |
UHC | 蒸렟義꿱躪G | 1111000111111010100011101011000011101011111110011011001011101000110101111111010101000111 | f1fa8eb0ebf9b2e8d7f547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)