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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ンモスノY | 1101110111010011101111011100100101011001 | ddd3bdc959 |
EUC-JP | ンモスノY | 100011101101110110001110110100111000111010111101100011101100100101011001 | 8edd8ed38ebd8ec959 |
UTF-8 | ンモスノY | 11101111101111101001110111101111101111101001001111101111101111011011110111101111101111101000100101011001 | efbe9defbe93efbdbdefbe8959 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)