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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 楹?? | 10011110101100010011111100111111 | 9eb13f3f |
EUC-JP | 楹®? | 110111001011001110001111101000101110111000111111 | dcb38fa2ee3f |
UTF-8 | 楹®컜 | 1110011010100101101110011100001010101110111011001011101110011100 | e6a5b9c2aeecbb9c |
UHC | 楹®컜 | 111001111011001110100010111001111011000010000111 | e7b3a2e7b087 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)