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 | ?×^F | 00111111110101110101111001000110 | 3fd75e46 |
SJIS-WIN | ¥×^F | 100000011000111110000001011111100101111001000110 | 818f817e5e46 |
EUC-JP | ¥×^F | 101000011110111110100001110111110101111001000110 | a1efa1df5e46 |
UTF-8 | ¥×^F | 11101111101111111010010111000011100101110101111001000110 | efbfa5c3975e46 |
UHC | ¥×^F | 101000011100110110100001101111110101111001000110 | a1cda1bf5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)