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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾咲擅 | 111001011011011110001101111001111001110110100001 | e5b78de79da1 |
EUC-JP | 蟾咲擅 | 111010101011100110111010111010011101101010100011 | eab9bae9daa3 |
UTF-8 | 蟾咲擅 | 111010001001111110111110111001011001001010110010111001101001001110000101 | e89fbee592b2e69385 |
UHC | 蟾?擅 | 1110000011101010001111111111010010111010 | e0ea3ff4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)