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 | 辣ヨ燦轜 | 1110011110000101100000111000100010001110010101111110011101111110 | e78583888e57e77e |
EUC-JP | 辣ヨ燦轜 | 1110110111100101101001011110100010111011101110001110110111011111 | ede5a5e8bbb8eddf |
UTF-8 | 辣ヨ燦轜 | 111010001011111010100011111000111000001110101000111001111000011110100110111010001011110110011100 | e8bea3e383a8e787a6e8bd9c |
UHC | 辣ヨ燦? | 11010101101110001010101111101000111100111011111000111111 | d5b8abe8f3be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)