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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ミユル・^ | 11110011111110111101000011010101110110011010010101011110 | f3fbd0d5d9a55e |
EUC-JP | ?ミユル・^ | 00111111100011101101000010001110110101011000111011011001100011101010010101011110 | 3f8ed08ed58ed98ea55e |
UTF-8 | ミユル・^ | 11101110100010111010111011101111101111101001000011101111101111101001010111101111101111101001100111101111101111011010010101011110 | ee8baeefbe90efbe95efbe99efbda55e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)