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 | 茫玖芥 | 111001001010100110001011111010001000101001001000 | e4a98be88a48 |
EUC-JP | 茫玖芥 | 111010001010101110110110111010101011001110101001 | e8abb6eab3a9 |
UTF-8 | 茫玖芥 | 111010001000110010101011111001111000111010010110111010001000101010100101 | e88cabe78e96e88aa5 |
UHC | 茫玖芥 | 110110001101010011001111101110001100101111001110 | d8d4cfb8cbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)