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 | 鰒跫゚ | 1110100111010110111001101110110111011111 | e9d6e6eddf |
EUC-JP | 鰒跫゚ | 111100101101100011101100111011111000111011011111 | f2d8ecef8edf |
UTF-8 | 鰒跫゚ | 111010011011000010010010111010001011011110101011111011111011111010011111 | e9b092e8b7abefbe9f |
UHC | 鰒?? | 11011100111000010011111100111111 | dce13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)