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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 屡鉦オ識 | 111100001111000010001110110001101000111111011110101101011000111010101111 | f0f08ec68fdeb58eaf |
EUC-JP | ?屡鉦オ識 | 001111111011110011001000101111101110000010001110101101011011110010110001 | 3fbcc8bee08eb5bcb1 |
UTF-8 | 屡鉦オ識 | 111011101000001010101111111001011011000110100001111010011000100110100110111011111011110110110101111010001010110110011000 | ee82afe5b1a1e989a6efbdb5e8ad98 |
UHC | ??鉦?識 | 00111111001111111110111111111010001111111110001111011011 | 3f3feffa3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)