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 | モ。 | 11010011101000011111011110101100 | d3a1f7ac |
EUC-JP | モ。? | 1000111011010011100011101010000100111111 | 8ed38ea13f |
UTF-8 | モ。 | 111011111011111010010011111011111011110110100001111011101001011010001111 | efbe93efbda1ee968f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)