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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 笞笞] | 1110001010011010111000101001101001011101 | e29ae29a5d |
EUC-JP | 笞笞] | 1110001111111010111000111111101001011101 | e3fae3fa5d |
UTF-8 | 笞笞] | 11100111101011001001111011100111101011001001111001011101 | e7ac9ee7ac9e5d |
UHC | 笞笞] | 1111011111000010111101111100001001011101 | f7c2f7c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)