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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 苟随修W苟 | 111001001001000110010000100011111000111101000011010101111110010010010001 | e491908f8f4357e491 |
EUC-JP | 苟随修W苟 | 111001111111000110111111111011111011110110100100010101111110011111110001 | e7f1bfefbda457e7f1 |
UTF-8 | 苟随修W苟 | 11101000100010111001111111101001100110101000111111100100101111111010111001010111111010001000101110011111 | e88b9fe99a8fe4bfae57e88b9f |
UHC | 苟?修W苟 | 1100111111000010001111111110000111110011010101111100111111000010 | cfc23fe1f357cfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)