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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雎ク謔溯乢 | 111010001011000110111000111001101000001010011111111010001001101110100100 | e8b1b8e6829fe89ba4 |
EUC-JP | 雎ク謔溯乢 | 11110000101100111000111010111000111010111110001011011110111010101101011010100110 | f0b38eb8ebe2deead6a6 |
UTF-8 | 雎ク謔溯乢 | 111010011001101110001110111011111011110110111000111010001010110010010100111001101011101010101111111001001011100110100010 | e99b8eefbdb8e8ac94e6baafe4b9a2 |
UHC | 雎?謔溯? | 1110111011010001001111111111100111001100111000011011110100111111 | eed13ff9cce1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)