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 | ëâ¼ì½ëâ | 1110101111100010101111001110110010000110101111011110101111100010 | ebe2bcec86bdebe2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëâ?ì??ëâ | 100011111010101110110011100011111010101110100100001111111000111110101011110000000011111100111111100011111010101110110011100011111010101110100100 | 8fabb38faba43f8fabc03f3f8fabb38faba4 |
UTF-8 | ëâ¼ì½ëâ | 11000011101010111100001110100010110000101011110011000011101011001100001010000110110000101011110111000011101010111100001110100010 | c3abc3a2c2bcc3acc286c2bdc3abc3a2 |
UHC | ??¼??½?? | 00111111001111111010100011111001001111110011111110101000111101100011111100111111 | 3f3fa8f93f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)