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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絮≦虻 | 111000110101000010000001100001011000100010111000 | e350818588b8 |
EUC-JP | 絮≦虻 | 111001011011000110100001111001011011000010111010 | e5b1a1e5b0ba |
UTF-8 | 絮≦虻 | 111001111011010110101110111000101000100110100110111010001001100110111011 | e7b5aee289a6e899bb |
UHC | 絮?? | 11011111111111000011111100111111 | dffc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)