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 | 0011111100111111001111110011111101001001011011110100001001000110 | 3f3f3f3f496f4246 |
SJIS-WIN | 篠悉篠悉IoBF | 100011101100001010001110101110111000111011000010100011101011101101001001011011110100001001000110 | 8ec28ebb8ec28ebb496f4246 |
EUC-JP | 篠悉篠悉IoBF | 101111001100010010111100101111011011110011000100101111001011110101001001011011110100001001000110 | bcc4bcbdbcc4bcbd496f4246 |
UTF-8 | 篠悉篠悉IoBF | 11100111101011111010000011100110100000101000100111100111101011111010000011100110100000101000100101001001011011110100001001000110 | e7afa0e68289e7afa0e68289496f4246 |
UHC | 篠悉篠悉IoBF | 111000011100011011100011111110101110000111000110111000111111101001001001011011110100001001000110 | e1c6e3fae1c6e3fa496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)