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 | ½Å̯ | 1011110111000101100011111100110010101111 | bdc58fccaf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Å?̯ | 0011111110001111101010101010100100111111100011111010101011000000100011111010001010110100 | 3f8faaa93f8faac08fa2b4 |
UTF-8 | ½Å̯ | 11000010101111011100001110000101110000101000111111000011100011001100001010101111 | c2bdc385c28fc38cc2af |
UHC | ½???? | 101010001111011000111111001111110011111100111111 | a8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)