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 | 螳溷ーВ | 11100101101011101001111111100101101100001000010001000010 | e5ae9fe5b08442 |
EUC-JP | 螳溷ーВ | 1110101010110000110111101110011110001110101100001010011110100011 | eab0dee78eb0a7a3 |
UTF-8 | 螳溷ーВ | 1110100010011110101100111110011010111010101101111110111110111101101100001101000010010010 | e89eb3e6bab7efbdb0d092 |
UHC | 螳??В | 110100111101100100111111001111111010110010100011 | d3d93f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)