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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜比ソ嶺 | 11101000110111111001010011100100101111111001011111100100 | e8df94e4bf97e4 |
EUC-JP | 鞜比ソ嶺 | 1111000011100001110010001110011010001110101111111100111011100110 | f0e1c8e68ebfcee6 |
UTF-8 | 鞜比ソ嶺 | 111010011001111010011100111001101010111110010100111011111011110110111111111001011011011010111010 | e99e9ce6af94efbdbfe5b6ba |
UHC | ?比?嶺 | 001111111101110111101111001111111101011010111010 | 3fddef3fd6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)