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 | ûWï¾ | 1111101101010111100010011110111110111110 | fb5789efbe |
SJIS-WIN | ?W??? | 0011111101010111001111110011111100111111 | 3f573f3f3f |
EUC-JP | ûW?ï? | 100011111010101111100101010101110011111110001111101010111100000100111111 | 8fabe5573f8fabc13f |
UTF-8 | ûWï¾ | 110000111011101101010111110000101000100111000011101011111100001010111110 | c3bb57c289c3afc2be |
UHC | ?W??¾ | 001111110101011100111111001111111010100011111010 | 3f573f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)