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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茫щ芥 | 111001001010100110000100100010111000101001001000 | e4a9848b8a48 |
EUC-JP | 茫щ芥 | 111010001010101110100111111010111011001110101001 | e8aba7ebb3a9 |
UTF-8 | 茫щ芥 | 1110100010001100101010111101000110001001111010001000101010100101 | e88cabd189e88aa5 |
UHC | 茫щ芥 | 110110001101010010101100111010111100101111001110 | d8d4acebcbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)