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 | ンンナノ | 110111011101110111110001110111101100010111001001 | ddddf1dec5c9 |
EUC-JP | ンン?ナノ | 100011101101110110001110110111010011111110001110110001011000111011001001 | 8edd8edd3f8ec58ec9 |
UTF-8 | ンンナノ | 111011111011111010011101111011111011111010011101111011101000010110011001111011111011111010000101111011111011111010001001 | efbe9defbe9dee8599efbe85efbe89 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)