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 | 兆?? | 10010010100110110011111100111111 | 929b3f3f |
EUC-JP | 兆®? | 110000111111101110001111101000101110111000111111 | c3fb8fa2ee3f |
UTF-8 | 兆®렦 | 1110010110000101100001101100001010101110111010111010000010100110 | e58586c2aeeba0a6 |
UHC | 兆®렦 | 111100001011110010100010111001111000111010110101 | f0bca2e78eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)