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 | 懿?紙? | 100111001111001000111111100011101000011000111111 | 9cf23f8e863f |
EUC-JP | 懿?紙? | 110110001111010000111111101110111110011000111111 | d8f43fbbe63f |
UTF-8 | 懿렭紙렟 | 111001101000011110111111111010111010000010101101111001111011010010011001111010111010000010011111 | e687bfeba0ade7b499eba09f |
UHC | 懿렭紙렟 | 1110101111110011100011101011101011110010101101011000111010110000 | ebf38ebaf2b58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)