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 | 枠抓帋枠 | 1001100001100111100111010101001110011011111000011001100001100111 | 98679d539be19867 |
EUC-JP | 枠抓帋枠 | 1100111111001000110110011011010011010110111000111100111111001000 | cfc8d9b4d6e3cfc8 |
UTF-8 | 枠抓帋枠 | 111001101001111010100000111001101000101010010011111001011011100010001011111001101001111010100000 | e69ea0e68a93e5b88be69ea0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)