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 | 息λ?桂 | 10010001101001111000001111001001001111111000110001101010 | 91a783c93f8c6a |
EUC-JP | 息λ?桂 | 11000010101010011010011011001011001111111011011111001011 | c2a9a6cb3fb7cb |
UTF-8 | 息λ≤桂 | 1110011010000001101011111100111010111011111000101000100110100100111001101010000110000010 | e681afcebbe289a4e6a182 |
UHC | 息λ≤桂 | 1110001111010011101001011110101110100001110000101100110011111101 | e3d3a5eba1c2ccfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)