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 | 吟щ? | 1000101111100001100001001000101100111111 | 8be1848b3f |
EUC-JP | 吟щ? | 1011011011100011101001111110101100111111 | b6e3a7eb3f |
UTF-8 | 吟щ꽕 | 1110010110010000100111111101000110001001111010101011110110010101 | e5909fd189eabd95 |
UHC | 吟щ꽕 | 111010111110000110101100111010111000010010100100 | ebe1aceb84a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)