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 | 椅莖?? | 100010001101011011100100101100010011111100111111 | 88d6e4b13f3f |
EUC-JP | 椅莖?? | 101100001101100011101000101100110011111100111111 | b0d8e8b33f3f |
UTF-8 | 椅莖렮렒 | 111001101010010010000101111010001000111010010110111010111010000010101110111010111010000010010010 | e6a485e88e96eba0aeeba092 |
UHC | 椅莖렮렒 | 1110101111110101110011001110110010001110101110111000111010100111 | ebf5ccec8ebb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)