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 | ヨⅳ麌ヨⅳ | 1101011011111010010000111110101001101000110101101111101001000011 | d6fa43ea68d6fa43 |
EUC-JP | ヨ?麌ヨ? | 1000111011010110001111111111001111001001100011101101011000111111 | 8ed63ff3c98ed63f |
UTF-8 | ヨⅳ麌ヨⅳ | 111011111011111010010110111000101000010110110011111010011011101010001100111011111011111010010110111000101000010110110011 | efbe96e285b3e9ba8cefbe96e285b3 |
UHC | ?ⅳ??ⅳ | 00111111101001011010010000111111001111111010010110100100 | 3fa5a43f3fa5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)