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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莠一アス豬エ | 111001001011101010001000111010101011000110111101111001101011010110110100 | e4ba88eab1bde6b5b4 |
EUC-JP | 莠一アス豬エ | 111010001011110010110000111011001000111010110001100011101011110111101100101101111000111010110100 | e8bcb0ec8eb18ebdecb78eb4 |
UTF-8 | 莠一アス豬エ | 111010001000111010100000111001001011100010000000111011111011110110110001111011111011110110111101111010001011000110101100111011111011110110110100 | e88ea0e4b880efbdb1efbdbde8b1acefbdb4 |
UHC | ?一???? | 00111111111011001110100100111111001111110011111100111111 | 3fece93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)