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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要??涅? | 10010111011101100011111100111111100111111011100000111111 | 97763f3f9fb83f |
EUC-JP | 要??涅? | 11001101110101110011111100111111110111101011101000111111 | cdd73f3fdeba3f |
UTF-8 | 要뺞뇠涅귻 | 111010001010011010000001111010111011101010011110111010111000011110100000111001101011011010000101111010101011011110111011 | e8a681ebba9eeb87a0e6b685eab7bb |
UHC | 要뺞뇠涅귻 | 11101001101010011001010111100110100001111000100011100110111011101000001101000010 | e9a995e68788e6ee8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)