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 | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | 湛則IoBF | 1001001001011000100100011010010101001001011011110100001001000110 | 925891a5496f4246 |
EUC-JP | 湛則IoBF | 1100001110111001110000101010011101001001011011110100001001000110 | c3b9c2a7496f4246 |
UTF-8 | 湛則IoBF | 11100110101110011001101111100101100010011000011101001001011011110100001001000110 | e6b99be58987496f4246 |
UHC | 湛則IoBF | 1101001111000000111101101100111001001001011011110100001001000110 | d3c0f6ce496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)