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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 烝Ο烝ΟB | 111000000111111010000011101011011110000001111110100000111010110101000010 | e07e83ade07e83ad42 |
EUC-JP | 烝Ο烝ΟB | 110111111101111110100110101011111101111111011111101001101010111101000010 | dfdfa6afdfdfa6af42 |
UTF-8 | 烝Ο烝ΟB | 1110011110000011100111011100111010011111111001111000001110011101110011101001111101000010 | e7839dce9fe7839dce9f42 |
UHC | 烝Ο烝ΟB | 111100011111011010100101110011111111000111110110101001011100111101000010 | f1f6a5cff1f6a5cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)