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 | 史狼楡 | 100011100110101010011000010101001001111010111110 | 8e6a98549ebe |
EUC-JP | 史狼楡 | 101110111100101111001111101101011101110011000000 | bbcbcfb5dcc0 |
UTF-8 | 史狼楡 | 111001011000111110110010111001111000101110111100111001101010010110100001 | e58fb2e78bbce6a5a1 |
UHC | 史狼楡 | 110111101100100011010101110010011110101011111000 | dec8d5c9eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)