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 | û°mF | 1111101110110000100010100110110101000110 | fbb08a6d46 |
SJIS-WIN | ?°?mF | 001111111000000110001011001111110110110101000110 | 3f818b3f6d46 |
EUC-JP | û°?mF | 1000111110101011111001011010000111101011001111110110110101000110 | 8fabe5a1eb3f6d46 |
UTF-8 | û°mF | 1100001110111011110000101011000011000010100010100110110101000110 | c3bbc2b0c28a6d46 |
UHC | ?°?mF | 001111111010000111000110001111110110110101000110 | 3fa1c63f6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)