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 | 鄙∫ソ/ | 11100111101111111000000111100111101111111000000101011110 | e7bf81e7bf815e |
EUC-JP | 鄙∫ソ/ | 1110111011000001101000101110100110001110101111111010000110111111 | eec1a2e98ebfa1bf |
UTF-8 | 鄙∫ソ/ | 111010011000010010011001111000101000100010101011111011111011110110111111111011111011110010001111 | e98499e288abefbdbfefbc8f |
UHC | 鄙∫?/ | 11011110101010011010000111110010001111111010001110101111 | dea9a1f23fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)