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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濟壟? | 1110000001011010100110101110000000111111 | e05a9ae03f |
EUC-JP | 濟壟? | 1101111110111011110101001110001000111111 | dfbbd4e23f |
UTF-8 | 濟壟렭 | 111001101011111110011111111001011010001110011111111010111010000010101101 | e6bf9fe5a39feba0ad |
UHC | 濟壟렭 | 111100001010110111010110111001101000111010111010 | f0add6e68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)