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 | 10011111101110001000001111000101001111111111101010110100001111110011111101000010 | 9fb883c53ffab43f3f42 |
EUC-JP | 涅η?嶸??B | 1101111010111010101001101100011100111111100011111011101111110100001111110011111101000010 | debaa6c73f8fbbf43f3f42 |
UTF-8 | 涅η렢嶸뤹렢B | 111001101011011010000101110011101011011111101011101000001010001011100101101101101011100011101011101001001011100111101011101000001010001001000010 | e6b685ceb7eba0a2e5b6b8eba4b9eba0a242 |
UHC | 涅η렢嶸뤹렢B | 11100110111011101010010111100111100011101011001111100111101011101000111111100111100011101011001101000010 | e6eea5e78eb3e7ae8fe78eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)