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 | 顆?浣 | 1110100011110111001111111001111110101111 | e8f73f9faf |
EUC-JP | 顆琰浣 | 11110000111110011000111111001100101101001101111010110001 | f0f98fccb4deb1 |
UTF-8 | 顆琰浣 | 111010011010000110000110111001111001000010110000111001101011010110100011 | e9a186e790b0e6b5a3 |
UHC | 顆琰浣 | 110011101010100011100110111111001110100011001011 | cea8e6fce8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)