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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 辣亥扱F | 11100111100001011000100011100101100010001011010101000110 | e78588e588b546 |
EUC-JP | 辣亥扱F | 11101101111001011011000011100111101100001011011101000110 | ede5b0e7b0b746 |
UTF-8 | 辣亥扱F | 11101000101111101010001111100100101110101010010111100110100010011011000101000110 | e8bea3e4baa5e689b146 |
UHC | 辣亥扱F | 11010101101110001111101010100100110100001110001001000110 | d5b8faa4d0e246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)