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 | ȱ¼ | 100011111100100010110001100011101011110010001111 | 8fc8b18ebc8f |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | ?ȱ??? | 001111111000111110101010101100101010000111011110001111110011111100111111 | 3f8faab2a1de3f3f3f |
UTF-8 | ȱ¼ | 110000101000111111000011100010001100001010110001110000101000111011000010101111001100001010001111 | c28fc388c2b1c28ec2bcc28f |
UHC | ??±?¼? | 0011111100111111101000011011111000111111101010001111100100111111 | 3f3fa1be3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)