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 | ?哥}?哥{^ | 001111111001101001000110011111010011111110011010010001100111101101011110 | 3f9a467d3f9a467b5e |
EUC-JP | ?哥}?哥{^ | 001111111101001110100111011111010011111111010011101001110111101101011110 | 3fd3a77d3fd3a77b5e |
UTF-8 | 룶哥}룶哥{^ | 111010111010001110110110111001011001001110100101011111011110101110100011101101101110010110010011101001010111101101011110 | eba3b6e593a57deba3b6e593a57b5e |
UHC | 룶哥}룶哥{^ | 1000111110101011110010101010100001111101100011111010101111001010101010000111101101011110 | 8fabcaa87d8fabcaa87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)