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 | 矗モュ | 1111011110100111111101111010111011100001110111101101001110101101 | f7a7f7aee1ded3ad |
EUC-JP | ??矗モュ | 0011111100111111111000101110000010001110110100111000111010101101 | 3f3fe2e08ed38ead |
UTF-8 | 矗モュ | 111011101001011010001010111011101001011010010001111001111001111110010111111011111011111010010011111011111011110110101101 | ee968aee9691e79f97efbe93efbdad |
UHC | ??矗?? | 001111110011111111110101101110000011111100111111 | 3f3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)