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 | 裨檎ョ丞 | 11100101111010011000110011100111101011101000111111100101 | e5e98ce7ae8fe5 |
EUC-JP | 裨檎ョ丞 | 1110101011101011101110001110100110001110101011101011111011100111 | eaebb8e98eaebee7 |
UTF-8 | 裨檎ョ丞 | 111010001010001110101000111001101010101010001110111011111011110110101110111001001011100010011110 | e8a3a8e6aa8eefbdaee4b89e |
UHC | 裨檎?丞 | 11011110101001011101000011010101001111111110001110101010 | dea5d0d53fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)