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 | 蔭η?冶 | 10001000111111001000001111000101001111111001011011101000 | 88fc83c53f96e8 |
EUC-JP | 蔭η?冶 | 10110000111111101010011011000111001111111100110011101010 | b0fea6c73fccea |
UTF-8 | 蔭η렔冶 | 1110100010010100101011011100111010110111111010111010000010010100111001011000011010110110 | e894adceb7eba094e586b6 |
UHC | 蔭η렔冶 | 1110101111100011101001011110011110001110101010011110010110100111 | ebe3a5e78ea9e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)