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 | 螳怜ョ唯 | 11100101101011101001011111100101101011101001011101000010 | e5ae97e5ae9742 |
EUC-JP | 螳怜ョ唯 | 1110101010110000110011101110011110001110101011101100110110100011 | eab0cee78eaecda3 |
UTF-8 | 螳怜ョ唯 | 111010001001111010110011111001101000000010011100111011111011110110101110111001011001010010101111 | e89eb3e6809cefbdaee594af |
UHC | 螳怜?唯 | 11010011110110011101011010111011001111111110101011100110 | d3d9d6bb3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)