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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酌借爵謝 | 1000111011011110100011101101100010001110110111011000111011010011 | 8ede8ed88edd8ed3 |
EUC-JP | 酌借爵謝 | 1011110011100000101111001101101010111100110111111011110011010101 | bce0bcdabcdfbcd5 |
UTF-8 | 酌借爵謝 | 111010011000010110001100111001011000000010011111111001111000100010110101111010001010110010011101 | e9858ce5809fe788b5e8ac9d |
UHC | 酌借爵謝 | 1110110111001100111100111010100011101101110010011101111011110011 | edccf3a8edc9def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)