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 | 裨檎ョ冗 | 11100101111010011000110011100111101011101000111111100111 | e5e98ce7ae8fe7 |
EUC-JP | 裨檎ョ冗 | 1110101011101011101110001110100110001110101011101011111011101001 | eaebb8e98eaebee9 |
UTF-8 | 裨檎ョ冗 | 111010001010001110101000111001101010101010001110111011111011110110101110111001011000011010010111 | e8a3a8e6aa8eefbdaee58697 |
UHC | 裨檎?冗 | 11011110101001011101000011010101001111111110100110110111 | dea5d0d53fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)