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 | 辱?}辱?{^ | 100100000100101000111111011111011001000001001010001111110111101101011110 | 904a3f7d904a3f7b5e |
EUC-JP | 辱?}辱?{^ | 101111111010101100111111011111011011111110101011001111110111101101011110 | bfab3f7dbfab3f7b5e |
UTF-8 | 辱뎉}辱뎉{^ | 111010001011111010110001111010111000111010001001011111011110100010111110101100011110101110001110100010010111101101011110 | e8beb1eb8e897de8beb1eb8e897b5e |
UHC | 辱뎉}辱뎉{^ | 1110100110110100100010010101011101111101111010011011010010001001010101110111101101011110 | e9b489577de9b489577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)