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 | ¼Ä¥¢] | 10111100110001001000111010100101100011101010001001011101 | bcc48ea58ea25d |
SJIS-WIN | ???¥?¢] | 001111110011111100111111100000011000111100111111100000011001000101011101 | 3f3f3f818f3f81915d |
EUC-JP | ?Ä???¢] | 00111111100011111010101010100011001111110011111100111111101000011111000101011101 | 3f8faaa33f3f3fa1f15d |
UTF-8 | ¼Ä¥¢] | 11000010101111001100001110000100110000101000111011000010101001011100001010001110110000101010001001011101 | c2bcc384c28ec2a5c28ec2a25d |
UHC | ¼?????] | 1010100011111001001111110011111100111111001111110011111101011101 | a8f93f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)