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 | ?齧銑? | 001111111110101010010110100100010100110000111111 | 3fea96914c3f |
EUC-JP | 琁齧銑琁 | 10001111110011001010001111110011111101101100000110101101100011111100110010100011 | 8fcca3f3f6c1ad8fcca3 |
UTF-8 | 琁齧銑琁 | 111001111001000010000001111010011011110110100111111010011000101010010001111001111001000010000001 | e79081e9bda7e98a91e79081 |
UHC | 琁齧銑琁 | 1110000011000100111000001110010111100000110101011110000011000100 | e0c4e0e5e0d5e0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)