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 | 螳句ョ疑 | 11100101101011101000101111100101101011101000101101011110 | e5ae8be5ae8b5e |
EUC-JP | 螳句ョ疑 | 1110101010110000101101101110011110001110101011101011010110111111 | eab0b6e78eaeb5bf |
UTF-8 | 螳句ョ疑 | 111010001001111010110011111001011000111110100101111011111011110110101110111001111001011010010001 | e89eb3e58fa5efbdaee79691 |
UHC | 螳句?疑 | 11010011110110011100111110100011001111111110101111110111 | d3d9cfa33febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)