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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雎ク謔溯乢^ | 11101000101100011011100011100110100000101001111111101000100110111010010001011110 | e8b1b8e6829fe89ba45e |
EUC-JP | 雎ク謔溯乢^ | 1111000010110011100011101011100011101011111000101101111011101010110101101010011001011110 | f0b38eb8ebe2deead6a65e |
UTF-8 | 雎ク謔溯乢^ | 11101001100110111000111011101111101111011011100011101000101011001001010011100110101110101010111111100100101110011010001001011110 | e99b8eefbdb8e8ac94e6baafe4b9a25e |
UHC | 雎?謔溯?^ | 111011101101000100111111111110011100110011100001101111010011111101011110 | eed13ff9cce1bd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)