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 | 膓画Ο | 111001000101010110001001111001101000001110101101 | e45589e683ad |
EUC-JP | 膓画Ο | 111001111011011010110010111010001010011010101111 | e7b6b2e8a6af |
UTF-8 | 膓画Ο | 1110100010000110100100111110011110010100101110111100111010011111 | e88693e794bbce9f |
UHC | ??Ο | 00111111001111111010010111001111 | 3f3fa5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)