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 | 塢???瀛 | 10011010110001110011111100111111001111111110000001101001 | 9ac73f3f3fe069 |
EUC-JP | 塢???瀛 | 11010100110010010011111100111111001111111101111111001010 | d4c93f3f3fdfca |
UTF-8 | 塢쇥띺뀑瀛 | 111001011010000110100010111011001000011110100101111010111001110110111010111010111000000010010001111001111000000010011011 | e5a1a2ec87a5eb9dbaeb8091e7809b |
UHC | 塢쇥띺뀑瀛 | 11100111111100011001100111010001100011011110100110000101100010111110011110111010 | e7f199d18de9858be7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)