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 | 柔莖?? | 100011110101111111100100101100010011111100111111 | 8f5fe4b13f3f |
EUC-JP | 柔莖?? | 101111011100000011101000101100110011111100111111 | bdc0e8b33f3f |
UTF-8 | 柔莖렮렒 | 111001101001111110010100111010001000111010010110111010111010000010101110111010111010000010010010 | e69f94e88e96eba0aeeba092 |
UHC | 柔莖렮렒 | 1110101011110101110011001110110010001110101110111000111010100111 | eaf5ccec8ebb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)