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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺磯柾 | 111001111111101010001000111010011001011010001111 | e7fa88e9968f |
EUC-JP | 鋺磯柾 | 111011101111110010110000111010111100101111101111 | eefcb0ebcbef |
UTF-8 | 鋺磯柾 | 111010011000101110111010111001111010001110101111111001101001111110111110 | e98bbae7a3afe69fbe |
UHC | ?磯柾 | 0011111111010001101101001110111111011110 | 3fd1b4efde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)