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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譚「闖主Ο | 111001101001110110100010111010001000111110001110111001011000001110101101 | e69da2e88f8ee583ad |
EUC-JP | 譚「闖主Ο | 11101011111111011000111010100010111011111110111110111100111001111010011010101111 | ebfd8ea2efefbce7a6af |
UTF-8 | 譚「闖主Ο | 1110100010101101100110101110111110111101101000101110100110010111100101101110010010111000101110111100111010011111 | e8ad9aefbda2e99796e4b8bbce9f |
UHC | 譚?闖主Ο | 110100111100100100111111111101111110011011110001101010111010010111001111 | d3c93ff7e6f1aba5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)