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 | 鄙包セ樶幡 | 111001111011111110010101111011111011111010011110111011101001010010100110 | e7bf95efbe9eee94a6 |
EUC-JP | 鄙包セ樶幡 | 11101110110000011100101011110001100011101011111011011100111100001100100010101000 | eec1caf18ebedcf0c8a8 |
UTF-8 | 鄙包セ樶幡 | 111010011000010010011001111001011000110010000101111011111011110110111110111001101010100010110110111001011011100110100001 | e98499e58c85efbdbee6a8b6e5b9a1 |
UHC | 鄙包??幡 | 1101111010101001111110001101000000111111001111111101101111011111 | dea9f8d03f3fdbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)