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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | シソ鸙] | 1011110010111111111111000100101001011101 | bcbffc4a5d |
EUC-JP | シソ鸙] | 1000111010111100100011101011111110001111111011001101011001011101 | 8ebc8ebf8fecd65d |
UTF-8 | シソ鸙] | 11101111101111011011110011101111101111011011111111101001101110001001100101011101 | efbdbcefbdbfe9b8995d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)