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 | 畯?材? | 111110110110111100111111100011011101111000111111 | fb6f3f8dde3f |
EUC-JP | 畯?材? | 10001111110011011011101100111111101110101110000000111111 | 8fcdbb3fbae03f |
UTF-8 | 畯렓材엔 | 111001111001010110101111111010111010000010010011111001101001110110010000111011001001011110010100 | e795afeba093e69d90ec9794 |
UHC | 畯렓材엔 | 1111000111100001100011101010100011101110101001111011111110100011 | f1e18ea8eea7bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)