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 | ワ鰤ソ | 11011100111010011101110010111111 | dce9dcbf |
EUC-JP | ワ鰤ソ | 100011101101110011110010110111101000111010111111 | 8edcf2de8ebf |
UTF-8 | ワ鰤ソ | 111011111011111010011100111010011011000010100100111011111011110110111111 | efbe9ce9b0a4efbdbf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)