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 | 驤大拳 | 111010011000100010010001111001011000110010011101 | e98891e58c9d |
EUC-JP | 驤大拳 | 111100011110100011000010111001111011011111111101 | f1e8c2e7b7fd |
UTF-8 | 驤大拳 | 111010011010100110100100111001011010010010100111111001101000101110110011 | e9a9a4e5a4a7e68bb3 |
UHC | ?大拳 | 0011111111010011110111101100111111101011 | 3fd3decfeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)