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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薰・貉ソ閾ェ | 111110111001111010100101111001101011100110111111111010001000011110101010 | fb9ea5e6b9bfe887aa |
EUC-JP | ?・貉ソ閾ェ | 0011111110001110101001011110110010111011100011101011111111101111111001111000111010101010 | 3f8ea5ecbb8ebfefe78eaa |
UTF-8 | 薰・貉ソ閾ェ | 111010001001011010110000111011111011110110100101111010001011001010001001111011111011110110111111111010011001011010111110111011111011110110101010 | e896b0efbda5e8b289efbdbfe996beefbdaa |
UHC | 薰????? | 11111101101110010011111100111111001111110011111100111111 | fdb93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)