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 | ò¬ëû | 111100101010110010001110101011011110101111111011 | f2ac8eadebfb |
SJIS-WIN | ?¬???? | 00111111100000011100101000111111001111110011111100111111 | 3f81ca3f3f3f3f |
EUC-JP | ò¬??ëû | 10001111101010111101001010100010110011000011111100111111100011111010101110110011100011111010101111100101 | 8fabd2a2cc3f3f8fabb38fabe5 |
UTF-8 | ò¬ëû | 110000111011001011000010101011001100001010001110110000101010110111000011101010111100001110111011 | c3b2c2acc28ec2adc3abc3bb |
UHC | ????? | 00111111001111110011111110100001101010010011111100111111 | 3f3f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)