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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 楹??軟 | 100111101011000100111111001111111001001111101110 | 9eb13f3f93ee |
EUC-JP | 楹®?軟 | 1101110010110011100011111010001011101110001111111100011011110000 | dcb38fa2ee3fc6f0 |
UTF-8 | 楹®칽軟 | 1110011010100101101110011100001010101110111011001011100110111101111010001011101110011111 | e6a5b9c2aeecb9bde8bb9f |
UHC | 楹®칽軟 | 1110011110110011101000101110011110101111100011001110011011100011 | e7b3a2e7af8ce6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)