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 | 墻ゅ?墻 | 10011010110101001000001011100011001111111001101011010100 | 9ad482e33f9ad4 |
EUC-JP | 墻ゅ?墻 | 11010100110101101010010011100101001111111101010011010110 | d4d6a4e53fd4d6 |
UTF-8 | 墻ゅ윿墻 | 111001011010001010111011111000111000001010000101111011001001110010111111111001011010001010111011 | e5a2bbe38285ec9cbfe5a2bb |
UHC | 墻ゅ윿墻 | 1110110111011111101010101110010110011111101101111110110111011111 | eddfaae59fb7eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)