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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濟?申?愉? | 111000000101101000111111100100000101110000111111100101101111100100111111 | e05a3f905c3f96f93f |
EUC-JP | 濟?申?愉? | 110111111011101100111111101111111011110100111111110011001111101100111111 | dfbb3fbfbd3fccfb3f |
UTF-8 | 濟렠申렖愉븅 | 111001101011111110011111111010111010000010100000111001111001010010110011111010111010000010010110111001101000010010001001111010111011100010000101 | e6bf9feba0a0e794b3eba096e68489ebb885 |
UHC | 濟렠申렖愉븅 | 111100001010110110001110101100011110001111101001100011101010101111101010111100001011101011101001 | f0ad8eb1e3e98eabeaf0bae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)