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 | å½ëæ¾ | 1110010110111101100101111110101110011000100000111110011010111110 | e5bd97eb9883e6be |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ë??æ? | 1000111110101011101010010011111100111111100011111010101110110011001111110011111110001111101010011100000100111111 | 8faba93f3f8fabb33f3f8fa9c13f |
UTF-8 | å½ëæ¾ | 11000011101001011100001010111101110000101001011111000011101010111100001010011000110000101000001111000011101001101100001010111110 | c3a5c2bdc297c3abc298c283c3a6c2be |
UHC | ?½????æ¾ | 0011111110101000111101100011111100111111001111110011111110101001101000011010100011111010 | 3fa8f63f3f3f3fa9a1a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)