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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 将筍W | 10001111101010111110001010100001111100001111101101010111 | 8fabe2a1f0fb57 |
EUC-JP | 将筍?W | 101111101010110111100100101000110011111101010111 | beade4a33f57 |
UTF-8 | 将筍W | 11100101101100001000011011100111101011011000110111101110100000101011101001010111 | e5b086e7ad8dee82ba57 |
UHC | ?筍?W | 0011111111100010111011000011111101010111 | 3fe2ec3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)