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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邪邪^ | 100011101101011111110001110111101000111011010111111100011101110001011110 | 8ed7f1de8ed7f1dc5e |
EUC-JP | 邪?邪?^ | 10111100110110010011111110111100110110010011111101011110 | bcd93fbcd93f5e |
UTF-8 | 邪邪^ | 11101001100000101010101011101110100001011001100111101001100000101010101011101110100001011001011101011110 | e982aaee8599e982aaee85975e |
UHC | 邪?邪?^ | 11011110111101110011111111011110111101110011111101011110 | def73fdef73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)