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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 永??鎰?G | 1000100101101001001111110011111111101000010011000011111101000111 | 89693f3fe84c3f47 |
EUC-JP | 永??鎰?G | 1011000111001010001111110011111111101111101011010011111101000111 | b1ca3f3fefad3f47 |
UTF-8 | 永띕톪鎰뾴G | 11100110101100001011100011101011100111011001010111101101100001101010101011101001100011101011000011101011101111101011010001000111 | e6b0b8eb9d95ed86aae98eb0ebbeb447 |
UHC | 永띕톪鎰뾴G | 1110011110110101101101101110101110110111100000101110110011110000100101110111011001000111 | e7b5b6ebb782ecf0977647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)