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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳溷シ情〒 | 111001011010111010011111111001011011110010001111111011101000000110100111 | e5ae9fe5bc8fee81a7 |
EUC-JP | 螳溷シ情〒 | 11101010101100001101111011100111100011101011110010111110111100001010001010101001 | eab0dee78ebcbef0a2a9 |
UTF-8 | 螳溷シ情〒 | 111010001001111010110011111001101011101010110111111011111011110110111100111001101000001110000101111000111000000010010010 | e89eb3e6bab7efbdbce68385e38092 |
UHC | 螳??情? | 11010011110110010011111100111111111011111101011100111111 | d3d93f3fefd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)