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 | 髴榊臆 | 111010011001110010001101111001011000100110110000 | e99c8de589b0 |
EUC-JP | 髴榊臆 | 111100011111110010111010111001111011001010110010 | f1fcbae7b2b2 |
UTF-8 | 髴榊臆 | 111010011010101110110100111001101010011010001010111010001000011110000110 | e9abb4e6a68ae88786 |
UHC | ??臆 | 00111111001111111110010111100110 | 3f3fe5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)