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 | 鄙∫性鄒 | 1110011110111111100000011110011110010000101010111110011110111110 | e7bf81e790abe7be |
EUC-JP | 鄙∫性鄒 | 1110111011000001101000101110100111000000101011011110111011000000 | eec1a2e9c0adeec0 |
UTF-8 | 鄙∫性鄒 | 111010011000010010011001111000101000100010101011111001101000000010100111111010011000010010010010 | e98499e288abe680a7e98492 |
UHC | 鄙∫性鄒 | 1101111010101001101000011111001011100000111101011111010111011011 | dea9a1f2e0f5f5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)