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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雎ク謔溯乢騾 | 1110100010110001101110001110011010000010100111111110100010011011101001001110100110000000 | e8b1b8e6829fe89ba4e980 |
EUC-JP | 雎ク謔溯乢騾 | 111100001011001110001110101110001110101111100010110111101110101011010110101001101111000111100000 | f0b38eb8ebe2deead6a6f1e0 |
UTF-8 | 雎ク謔溯乢騾 | 111010011001101110001110111011111011110110111000111010001010110010010100111001101011101010101111111001001011100110100010111010011010100010111110 | e99b8eefbdb8e8ac94e6baafe4b9a2e9a8be |
UHC | 雎?謔溯?? | 111011101101000100111111111110011100110011100001101111010011111100111111 | eed13ff9cce1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)