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 | Ù«úïv | 1101100110101011111110101110111101110110 | d9abfaef76 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | Ù?úïv | 1000111110101010111000110011111110001111101010111110001010001111101010111100000101110110 | 8faae33f8fabe28fabc176 |
UTF-8 | Ù«úïv | 110000111001100111000010101010111100001110111010110000111010111101110110 | c399c2abc3bac3af76 |
UHC | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)