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 | 髏皮キ貞 | 11101001100100001001010011100111101101111001001011100101 | e99094e7b792e5 |
EUC-JP | 髏皮キ貞 | 1111000111110000110010001110100110001110101101111100010011100111 | f1f0c8e98eb7c4e7 |
UTF-8 | 髏皮キ貞 | 111010011010101110001111111001111001101010101110111011111011110110110111111010001011001010011110 | e9ab8fe79aaeefbdb7e8b29e |
UHC | ?皮?貞 | 001111111111100110101011001111111110111111110110 | 3ff9ab3feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)