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 | ûHï¾ | 1111101101001000100110101110111110111110 | fb489aefbe |
SJIS-WIN | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
EUC-JP | ûH?ï? | 100011111010101111100101010010000011111110001111101010111100000100111111 | 8fabe5483f8fabc13f |
UTF-8 | ûHï¾ | 110000111011101101001000110000101001101011000011101011111100001010111110 | c3bb48c29ac3afc2be |
UHC | ?H??¾ | 001111110100100000111111001111111010100011111010 | 3f483f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)