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 | ú¥¬~ | 1111101010100101100011101010110001111110 | faa58eac7e |
SJIS-WIN | ?¥?¬~ | 00111111100000011000111100111111100000011100101001111110 | 3f818f3f81ca7e |
EUC-JP | ú??¬~ | 1000111110101011111000100011111100111111101000101100110001111110 | 8fabe23f3fa2cc7e |
UTF-8 | ú¥¬~ | 110000111011101011000010101001011100001010001110110000101010110001111110 | c3bac2a5c28ec2ac7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)