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 | マフ^ | 1111011011100011110011111100110001011110 | f6e3cfcc5e |
EUC-JP | ?マフ^ | 001111111000111011001111100011101100110001011110 | 3f8ecf8ecc5e |
UTF-8 | マフ^ | 11101110100101001000101011101111101111101000111111101111101111101000110001011110 | ee948aefbe8fefbe8c5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)