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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | モョ矍簑B | 111100011101110011010011101011101110000111011101111000101100000001000010 | f1dcd3aee1dde2c042 |
EUC-JP | ?モョ矍簑B | 00111111100011101101001110001110101011101110001011011111111001001100001001000010 | 3f8ed38eaee2dfe4c242 |
UTF-8 | モョ矍簑B | 11101110100001011001011111101111101111101001001111101111101111011010111011100111100111111000110111100111101100001001000101000010 | ee8597efbe93efbdaee79f8de7b09142 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)