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 | 陜ェ荵晁у邊 | 1110100010011101101010101110010010111001100111011110100010000100100001011110011110110010 | e89daae4b99de88485e7b2 |
EUC-JP | 陜ェ荵晁у邊 | 111011111111110110001110101010101110100010111011110110101110101010100111111001011110111010110100 | effd8eaae8bbdaeaa7e5eeb4 |
UTF-8 | 陜ェ荵晁у邊 | 1110100110011001100111001110111110111101101010101110100010001101101101011110011010011001100000011101000110000011111010011000001010001010 | e9999cefbdaae88db5e69981d183e9828a |
UHC | 陜??晁у邊 | 11111001111100000011111100111111111100001100010110101100111001011101110010101011 | f9f03f3ff0c5ace5dcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)