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 | íä¾ë´« | 1110110111100100101111101110101110001110101101001000111010101011 | ede4beeb8eb48eab |
SJIS-WIN | ?????´?? | 001111110011111100111111001111110011111110000001010011000011111100111111 | 3f3f3f3f3f814c3f3f |
EUC-JP | íä?ë?´?? | 100011111010101110111111100011111010101110100011001111111000111110101011101100110011111110100001101011010011111100111111 | 8fabbf8faba33f8fabb33fa1ad3f3f |
UTF-8 | íä¾ë´« | 11000011101011011100001110100100110000101011111011000011101010111100001010001110110000101011010011000010100011101100001010101011 | c3adc3a4c2bec3abc28ec2b4c28ec2ab |
UHC | ??¾??´?? | 00111111001111111010100011111010001111110011111110100010101001010011111100111111 | 3f3fa8fa3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)