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 | 吾??昻 | 100011001110000100111111001111111111101011010000 | 8ce13f3ffad0 |
EUC-JP | 吾??? | 1011100011100011001111110011111100111111 | b8e33f3f3f |
UTF-8 | 吾볣죺昻 | 111001011001000010111110111010111011001110100011111011001010001110111010111001101001100010111011 | e590beebb3a3eca3bae698bb |
UHC | 吾볣죺昻 | 1110011111101110100100111110100110100001100101001110010011101001 | e7ee93e9a194e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)