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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雋橲擅蜒サB | 11101000101100101001111011101101100111011010000111100101100000111011101101000010 | e8b29eed9da1e583bb42 |
EUC-JP | 雋橲擅蜒サB | 1111000010110100110111001110111111011010101000111110100111100011100011101011101101000010 | f0b4dcefdaa3e9e38ebb42 |
UTF-8 | 雋橲擅蜒サB | 11101001100110111000101111100110101010011011001011100110100100111000010111101000100111001001001011101111101111011011101101000010 | e99b8be6a9b2e69385e89c92efbdbb42 |
UHC | 雋?擅??B | 1111000111100110001111111111010010111010001111110011111101000010 | f1e63ff4ba3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)