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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 失? | 100011101011100000111111 | 8eb83f |
EUC-JP | 失? | 101111001011101000111111 | bcba3f |
UTF-8 | 失뚭 | 111001011010010010110001111010111001101010101101 | e5a4b1eb9aad |
UHC | 失뚭 | 11100011111101111000110011101010 | e3f78cea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)