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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 吟ъ?吟ц? | 10001011111000011000010010001100001111111000101111100001100001001000100000111111 | 8be1848c3f8be184883f |
EUC-JP | 吟ъ?吟ц? | 10110110111000111010011111101100001111111011011011100011101001111110100000111111 | b6e3a7ec3fb6e3a7e83f |
UTF-8 | 吟ъ꽍吟ц퐛 | 11100101100100001001111111010001100010101110101010111101100011011110010110010000100111111101000110000110111011011001000010011011 | e5909fd18aeabd8de5909fd186ed909b |
UHC | 吟ъ꽍吟ц퐛 | 111010111110000110101100111011001000010010011101111010111110000110101100111010001011110110000101 | ebe1acec849debe1ace8bd85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)