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 | 辣ヨ燦蓍 | 1110011110000101100000111000100010001110010101111110010011100111 | e78583888e57e4e7 |
EUC-JP | 辣ヨ燦蓍 | 1110110111100101101001011110100010111011101110001110100011101001 | ede5a5e8bbb8e8e9 |
UTF-8 | 辣ヨ燦蓍 | 111010001011111010100011111000111000001110101000111001111000011110100110111010001001001110001101 | e8bea3e383a8e787a6e8938d |
UHC | 辣ヨ燦蓍 | 1101010110111000101010111110100011110011101111101110001111001001 | d5b8abe8f3bee3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)