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 | 鬲夥桾 | 1110100110101101100110101110110010011110100101011111100111111100 | e9ad9aec9e95f9fc |
EUC-JP | 鬲夥桾? | 11110010101011111101010011101110110110111111010100111111 | f2afd4eedbf53f |
UTF-8 | 鬲夥桾 | 111010011010110010110010111001011010010010100101111001101010000110111110111011101001110110010111 | e9acb2e5a4a5e6a1beee9d97 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)