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 | ã±¥ | 111000111011000110001010100011001000100110100101 | e3b18a8c89a5 |
SJIS-WIN | ?±???¥ | 0011111110000001011111010011111100111111001111111000000110001111 | 3f817d3f3f3f818f |
EUC-JP | ã±???? | 100011111010101110101010101000011101111000111111001111110011111100111111 | 8fabaaa1de3f3f3f3f |
UTF-8 | ã±¥ | 110000111010001111000010101100011100001010001010110000101000110011000010100010011100001010100101 | c3a3c2b1c28ac28cc289c2a5 |
UHC | ?±???? | 00111111101000011011111000111111001111110011111100111111 | 3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)