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 | 螳ウ讖躯 | 11100101101011101011001111100110101010011000101111101011 | e5aeb3e6a98beb |
EUC-JP | 螳ウ讖躯 | 1110101010110000100011101011001111101100101010111011011011101101 | eab08eb3ecabb6ed |
UTF-8 | 螳ウ讖躯 | 111010001001111010110011111011111011110110110011111010001010111010010110111010001011101010101111 | e89eb3efbdb3e8ae96e8baaf |
UHC | 螳?讖? | 110100111101100100111111111100111101100100111111 | d3d93ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)