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 | 閼帷擅縺 | 1110100010000100100110111110011110011101101000011110001110000001 | e8849be79da1e381 |
EUC-JP | 閼帷擅縺 | 1110111111100100110101101110100111011010101000111110010111100001 | efe4d6e9daa3e5e1 |
UTF-8 | 閼帷擅縺 | 111010011001011010111100111001011011100010110111111001101001001110000101111001111011100010111010 | e996bce5b8b7e69385e7b8ba |
UHC | 閼?擅? | 111001001101100100111111111101001011101000111111 | e4d93ff4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)