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 | çµ½è¤á | 11100111101101011011110111101000101001001001000011100001 | e7b5bde8a490e1 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç??è¤?á | 100011111010101110101110001111110011111110001111101010111011001010001111101000101111000000111111100011111010101110100001 | 8fabae3f3f8fabb28fa2f03f8faba1 |
UTF-8 | çµ½è¤á | 1100001110100111110000101011010111000010101111011100001110101000110000101010010011000010100100001100001110100001 | c3a7c2b5c2bdc3a8c2a4c290c3a1 |
UHC | ??½?¤?? | 001111110011111110101000111101100011111110100010101101000011111100111111 | 3f3fa8f63fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)