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 | 螳オ鄂肴 | 11100101101011101011010111100111101111011000110111100110 | e5aeb5e7bd8de6 |
EUC-JP | 螳オ鄂肴 | 1110101010110000100011101011010111101110101111111011101011101000 | eab08eb5eebfbae8 |
UTF-8 | 螳オ鄂肴 | 111010001001111010110011111011111011110110110101111010011000010010000010111010001000001010110100 | e89eb3efbdb5e98482e882b4 |
UHC | 螳?鄂肴 | 11010011110110010011111111100100110001111111110110100010 | d3d93fe4c7fda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)