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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩戊娼隗」 | 111010011010100110010101111010001000111110101001111010001010011110100011 | e9a995e88fa9e8a7a3 |
EUC-JP | 鬩戊娼隗」 | 11110010101010111100101011101010101111101010101111110000101010011000111010100011 | f2abcaeabeabf0a98ea3 |
UTF-8 | 鬩戊娼隗」 | 111010011010110010101001111001101000100010001010111001011010100010111100111010011001101010010111111011111011110110100011 | e9aca9e6888ae5a8bce99a97efbda3 |
UHC | ?戊娼?? | 00111111110110011110011011110011110111100011111100111111 | 3fd9e6f3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)