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 | 題絲?富 | 10010001111010001110001101001110001111111001010101111000 | 91e8e34e3f9578 |
EUC-JP | 題絲?富 | 11000010111010101110010110101111001111111100100111011001 | c2eae5af3fc9d9 |
UTF-8 | 題絲렩富 | 111010011010000110001100111001111011010110110010111010111010000010101001111001011010111110001100 | e9a18ce7b5b2eba0a9e5af8c |
UHC | 題絲렩富 | 1111000010111001110111101110101010001110101101111101110110100011 | f0b9deea8eb7dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)