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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | マフ^ | 1100111111001100111110011110001001011110 | cfccf9e25e |
EUC-JP | マフ?^ | 100011101100111110001110110011000011111101011110 | 8ecf8ecc3f5e |
UTF-8 | マフ^ | 11101111101111101000111111101111101111101000110011101110100111001011110101011110 | efbe8fefbe8cee9cbd5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)