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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鴉?????] | 1110100111101011001111110011111100111111001111110011111101011101 | e9eb3f3f3f3f3f5d |
EUC-JP | 鴉?????] | 1111001011101101001111110011111100111111001111110011111101011101 | f2ed3f3f3f3f3f5d |
UTF-8 | 鴉듿굄溜㏓젪] | 11101001101101001000100111101011100100111011111111101010101101011000010011101111101001111000101111100011100011111001001111101100101000001010101001011101 | e9b489eb93bfeab584efa78be38f93eca0aa5d |
UHC | 鴉듿굄溜㏓젪] | 11100100101111001000101011100101101100011010111111101010111111101010011111101011101000001010001001011101 | e4bc8ae5b1afeafea7eba0a25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)