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 | 鬢俯晴粤 | 1110100110100100100110001110101110010000101100001110001011100011 | e9a498eb90b0e2e3 |
EUC-JP | 鬢俯晴粤 | 1111001010100110110100001110110111000000101100101110010011100101 | f2a6d0edc0b2e4e5 |
UTF-8 | 鬢俯晴粤 | 111010011010110010100010111001001011111110101111111001101001100110110100111001111011001010100100 | e9aca2e4bfafe699b4e7b2a4 |
UHC | ?俯晴? | 001111111101110011110110111101001110011100111111 | 3fdcf6f4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)