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 | ?h?蜈 | 001111111000001010001000001111111110010110000101 | 3f82883fe585 |
EUC-JP | ?h?蜈 | 001111111010001111101000001111111110100111100101 | 3fa3e83fe9e5 |
UTF-8 | 遼h쮥蜈 | 111011111010011110000011111011111011110110001000111011001010111010100101111010001001110010001000 | efa783efbd88ecaea5e89c88 |
UHC | 遼h쮥蜈 | 1110100110101100101000111110100010101000100000101110100010100101 | e9aca3e8a882e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)