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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 陋歇}陋歇{^ | 1110100010011011100111110101101101111101111010001001101110011111010110110111101101011110 | e89b9f5b7de89b9f5b7b5e |
EUC-JP | 陋歇}陋歇{^ | 1110111111111011110111011011110001111101111011111111101111011101101111000111101101011110 | effbddbc7deffbddbc7b5e |
UTF-8 | 陋歇}陋歇{^ | 111010011001100110001011111001101010110110000111011111011110100110011001100010111110011010101101100001110111101101011110 | e9998be6ad877de9998be6ad877b5e |
UHC | 陋歇}陋歇{^ | 1101011110110000111110101100111001111101110101111011000011111010110011100111101101011110 | d7b0face7dd7b0face7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)