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 | 醍◇醍●^ | 100100011110011110000001100111101001000111100111100000011001110001011110 | 91e7819e91e7819c5e |
EUC-JP | 醍◇醍●^ | 110000101110100110100001111111101100001011101001101000011111110001011110 | c2e9a1fec2e9a1fc5e |
UTF-8 | 醍◇醍●^ | 11101001100001101000110111100010100101111000011111101001100001101000110111100010100101111000111101011110 | e9868de29787e9868de2978f5e |
UHC | 醍◇醍●^ | 111100001011010110100001110111101111000010110101101000011101110001011110 | f0b5a1def0b5a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)