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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ムサ蟾ムサ蟾^ | 110100011011101111100101101101111101000110111011111001011011011101011110 | d1bbe5b7d1bbe5b75e |
EUC-JP | ムサ蟾ムサ蟾^ | 10001110110100011000111010111011111010101011100110001110110100011000111010111011111010101011100101011110 | 8ed18ebbeab98ed18ebbeab95e |
UTF-8 | ムサ蟾ムサ蟾^ | 11101111101111101001000111101111101111011011101111101000100111111011111011101111101111101001000111101111101111011011101111101000100111111011111001011110 | efbe91efbdbbe89fbeefbe91efbdbbe89fbe5e |
UHC | ??蟾??蟾^ | 001111110011111111100000111010100011111100111111111000001110101001011110 | 3f3fe0ea3f3fe0ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)