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 | 紕る悪觴 | 1110001101000010100000101110100110001000101010111110011001011011 | e34282e988abe65b |
EUC-JP | 紕る悪觴 | 1110010110100011101001001110101110110000101011011110101110111100 | e5a3a4ebb0adebbc |
UTF-8 | 紕る悪觴 | 111001111011010010010101111000111000001010001011111001101000001010101010111010001010011110110100 | e7b495e3828be682aae8a7b4 |
UHC | ?る?觴 | 001111111010101011101011001111111101111111011000 | 3faaeb3fdfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)